
:root{
  --black:#080808; --charcoal:#111; --cream:#f1eadc; --gold:#c79a43;
  --gold2:#f0c96a; --line:rgba(199,154,67,.35); --muted:#bdb7aa;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:white;font-family:Inter,Arial,sans-serif;line-height:1.55}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none}
h1,h2,h3,.serif{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.02em}
.container{width:min(1180px,92%);margin:auto}
.eyebrow{color:var(--gold2);text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;font-weight:700}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;border:1px solid var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;transition:.25s}
.btn.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(199,154,67,.22)}
nav{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(8,8,8,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold2);font-family:Georgia;font-size:20px}
.brand-text strong{font-family:Georgia;font-size:19px}.brand-text small{display:block;color:var(--gold2);letter-spacing:.16em;font-size:.58rem}
.nav-links{display:flex;gap:26px;align-items:center;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.menu-btn{display:none;background:none;border:1px solid var(--line);color:white;padding:9px 12px}
.hero{min-height:100vh;position:relative;display:flex;align-items:flex-end;padding:150px 0 70px;overflow:hidden}
.hero-bg{
  position:absolute;
  inset:0;
  background:url('assets/factory-exterior-new.jpg') center center/cover no-repeat;
}
.hero-grid{position:absolute;inset:0;opacity:.1;background-image:linear-gradient(var(--gold) 1px,transparent 1px),linear-gradient(90deg,var(--gold) 1px,transparent 1px);background-size:80px 80px}
.hero-content{position:relative;z-index:2;max-width:760px}
.hero h1{font-size:clamp(3.4rem,8vw,7.8rem);line-height:.84;margin:22px 0 26px;text-transform:uppercase}
.hero p{font-size:1.08rem;max-width:620px;color:#ddd}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);max-width:660px;border-top:1px solid var(--line);margin-top:34px}
.metric{padding:18px 20px 0 0}.metric strong{display:block;color:var(--gold2);font-size:1.05rem}.metric span{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#bbb}
.gold-strip{background:linear-gradient(90deg,#9f6d1d,#f1c568,#9f6d1d);color:#111;padding:13px 0;text-transform:uppercase;letter-spacing:.16em;font-size:.66rem;font-weight:800;text-align:center}
section{padding:105px 0}.light{background:var(--cream);color:#151515}.dark-texture{background:radial-gradient(circle at 50% 20%,#2a1710 0,#111 35%,#070707 70%)}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:44px}.section-head h2{font-size:clamp(2.5rem,5vw,5rem);line-height:.95;margin:10px 0}.section-head p{color:#59554d}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{background:#0d0d0d;border:1px solid var(--line);overflow:hidden;transition:.25s;position:relative}
.product-card:hover{transform:translateY(-6px);border-color:var(--gold)}
.product-card img{width:100%;aspect-ratio:3/2;object-fit:contain;background:#070707}
.product-info{padding:22px}.product-info h3{font-size:1.6rem;margin:6px 0}.product-info p{color:#aaa;font-size:.9rem}
.tag{display:inline-block;border:1px solid var(--line);color:var(--gold2);border-radius:999px;padding:6px 10px;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em}
.about-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:50px;align-items:center}
.about-copy h2{font-size:clamp(2.6rem,5vw,5rem);line-height:.95;margin:12px 0 25px}
.about-copy p{color:#c7c2b9}

.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.quality-card{border:1px solid var(--line);padding:26px;min-height:190px;background:rgba(255,255,255,.02)}
.quality-card .num{color:var(--gold2);font-family:Georgia;font-size:2rem}.quality-card h3{margin:14px 0 8px}.quality-card p{color:#aaa;font-size:.85rem}
.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cert{border:1px solid rgba(0,0,0,.18);padding:28px;background:rgba(255,255,255,.45)}.cert strong{font-family:Georgia;font-size:1.5rem}.cert p{color:#5d584f}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px}.contact-grid h2{font-size:clamp(2.7rem,5vw,5rem);line-height:.95}
.contact-details{display:grid;gap:14px;margin-top:28px}.contact-item{padding:15px 0;border-bottom:1px solid var(--line)}
form{background:var(--cream);color:#111;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800} input,textarea,select{width:100%;padding:14px;border:1px solid #c8bfaf;background:#fff;font:inherit;margin-top:7px}textarea{min-height:140px;resize:vertical}.full{grid-column:1/-1}
footer{border-top:1px solid rgba(255,255,255,.08);padding:28px 0;color:#999;font-size:.75rem}
.product-page{padding-top:130px}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:start}.product-detail img{border:1px solid var(--line)}.product-detail h1{font-size:clamp(3rem,6vw,6rem);line-height:.9;margin:18px 0}.spec{border-top:1px solid var(--line);padding:20px 0}.spec strong{color:var(--gold2)}
@media(max-width:900px){
 .nav-links{display:none;position:absolute;top:82px;left:0;right:0;background:#0b0b0b;padding:24px;flex-direction:column}.nav-links.open{display:flex}.menu-btn{display:block}
 .section-head,.about-grid,.contact-grid,.product-detail{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.quality-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 section{padding:75px 0}.hero{padding-top:130px}.hero h1{font-size:3.45rem}.metrics{grid-template-columns:1fr}.metric{padding-bottom:10px}
 .product-grid,.quality-grid,.cert-grid,.form-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img:first-child{grid-column:auto}.gallery img,.gallery img:first-child{height:240px}
}

.product-card{display:flex;flex-direction:column}
.product-info{display:flex;flex-direction:column;flex:1}
.product-info p{flex:1}
.more-info{display:inline-flex;align-items:center;gap:9px;margin-top:18px;color:var(--gold2);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em}
.more-info::after{content:"→";font-size:1rem;transition:transform .2s}
.product-card:hover .more-info::after{transform:translateX(5px)}

.factory-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.gallery-item{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  background:#080808;
  min-height:250px;
  cursor:zoom-in;
}
.gallery-main{
  grid-column:1/-1;
  min-height:360px;
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease, filter .45s ease;
}
.gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.8) 100%);
  opacity:.85;
  pointer-events:none;
}
.gallery-item:hover img{
  transform:scale(1.045);
  filter:brightness(1.05);
}
.gallery-caption{
  position:absolute;
  left:18px;
  bottom:14px;
  z-index:2;
  color:#fff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media(max-width:600px){
  .factory-gallery{grid-template-columns:1fr}
  .gallery-main{grid-column:auto;min-height:250px}
  .gallery-item{min-height:230px}
}

.certifications-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 15%,rgba(134,84,28,.24),transparent 35%),
    linear-gradient(180deg,#120d08 0%,#080808 72%);
  padding:110px 0;
}
.certifications-section::before,
.certifications-section::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:1px solid rgba(199,154,67,.18);
  transform:rotate(45deg);
  pointer-events:none;
}
.certifications-section::before{top:-145px;left:-145px}
.certifications-section::after{right:-145px;bottom:-145px}
.certifications-heading{
  max-width:780px;
  margin:0 auto 48px;
  text-align:center;
}
.certifications-heading h2{
  margin:12px 0 16px;
  font-size:clamp(2.7rem,5vw,5.2rem);
  line-height:.96;
}
.certifications-heading p{color:#bdb7aa}
.premium-cert-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.premium-cert-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:430px;
  padding:34px 28px;
  text-align:center;
  background:linear-gradient(180deg,rgba(20,20,20,.96),rgba(8,8,8,.98));
  border:1px solid rgba(199,154,67,.42);
  border-radius:20px;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.premium-cert-card:hover{
  transform:translateY(-6px);
  border-color:#e6bd63;
  box-shadow:0 18px 45px rgba(199,154,67,.2);
}
.premium-cert-card h3{
  margin:24px 0 12px;
  color:#f0c96a;
  font-size:1.65rem;
}
.premium-cert-card p{
  margin:0;
  color:#c9c2b6;
  font-size:.92rem;
}
.cert-logo{
  width:150px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .28s ease;
}
.premium-cert-card:hover .cert-logo{transform:scale(1.05)}
.image-logo img{
  width:135px;
  height:135px;
  object-fit:contain;
  border-radius:50%;
}
.hmc-badge{
  flex-direction:column;
  border:4px solid #d6a94f;
  border-radius:50%;
  background:
    radial-gradient(circle at 40% 25%,#313131 0%,#090909 68%);
  box-shadow:inset 0 0 0 7px #090909,inset 0 0 0 9px #d6a94f,0 0 28px rgba(214,169,79,.2);
  color:#f2cd76;
  line-height:1;
}
.hmc-top{font-size:2rem;font-family:Georgia,serif;letter-spacing:.12em}
.hmc-arabic{font-size:2rem;margin:8px 0 6px}
.hmc-bottom{font-size:.56rem;letter-spacing:.16em;font-weight:800}

.haccp-badge{
  position:relative;
  flex-direction:column;
  border:3px solid #d6a94f;
  border-radius:50%;
  overflow:hidden;
  background:
    radial-gradient(circle at 38% 25%,rgba(255,255,255,.09),transparent 24%),
    radial-gradient(circle,#25221d 0%,#0a0a0a 70%);
  box-shadow:
    inset 0 0 0 5px #090909,
    inset 0 0 0 7px rgba(214,169,79,.9),
    inset 0 0 30px rgba(214,169,79,.08),
    0 0 28px rgba(214,169,79,.18);
  color:#f2cd76;
  text-align:center;
}
.haccp-badge::before,.haccp-badge::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:74%;
  height:1px;
  background:linear-gradient(90deg,transparent,#d6a94f,transparent);
}
.haccp-badge::before{top:39px}
.haccp-badge::after{bottom:39px}
.haccp-ring{
  position:absolute;
  left:0;
  width:100%;
  font-size:.48rem;
  font-weight:900;
  letter-spacing:.2em;
  color:#d9b45e;
}
.haccp-ring-top{top:22px}
.haccp-ring-bottom{bottom:21px;font-size:.43rem;letter-spacing:.14em}
.haccp-mark{
  margin-top:3px;
  font-family:Georgia,serif;
  font-size:1.78rem;
  font-weight:700;
  line-height:1;
  letter-spacing:.075em;
  text-shadow:0 1px 12px rgba(214,169,79,.2);
}
.haccp-divider{
  width:48px;
  height:2px;
  margin:8px 0 7px;
  background:linear-gradient(90deg,transparent,#f2cd76,transparent);
}
.haccp-sub{
  max-width:92px;
  font-size:.47rem;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.16em;
}
.authority-badge{
  flex-direction:column;
  clip-path:polygon(50% 0%,92% 15%,84% 72%,50% 100%,16% 72%,8% 15%);
  background:linear-gradient(145deg,#efc76b,#9e6a1c);
  color:#0b0b0b;
  box-shadow:0 0 30px rgba(199,154,67,.2);
}
.shield-check{font-size:3.8rem;font-weight:900;line-height:.85}
.authority-code{font-size:.75rem;font-weight:900;letter-spacing:.12em;margin-top:10px}
.certification-strip{
  margin-top:26px;
  padding:16px 20px;
  text-align:center;
  color:#17110a;
  background:linear-gradient(90deg,#9f6d1d,#f0c96a,#9f6d1d);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.certification-strip span{margin:0 10px}
@media(max-width:900px){
  .premium-cert-grid{grid-template-columns:1fr}
  .premium-cert-card{min-height:0}
}

/* Header alignment and premium brand lock-up */
nav .nav-inner{
  width:calc(100% - 20mm);
  max-width:none;
  margin-left:10mm;
  margin-right:10mm;
}
.brand-text strong{
  font-size:21px;
  letter-spacing:.12em;
}
.brand-text small{
  margin-top:3px;
  font-size:.55rem;
  letter-spacing:.18em;
}
.nav-links{
  margin-left:auto;
  justify-content:flex-end;
}
@media(min-width:901px){
  .nav-links{gap:24px}
}

/* Dark premium hero until the final hero design is added */
.hero::after{
  content:"";
  position:absolute;
  right:8%;
  top:19%;
  width:34vw;
  height:62vh;
  max-width:520px;
  max-height:650px;
  border:1px solid rgba(199,154,67,.18);
  border-radius:48% 48% 10% 10%;
  box-shadow:inset 0 0 80px rgba(199,154,67,.05);
  pointer-events:none;
}
.hero-content{max-width:780px}

/* Full-width, unfaded visual ending */
.footer-product-banner{
  padding:0;
  margin:0;
  width:100%;
  background:#050505;
  overflow:hidden;
}
.footer-product-banner img{
  display:block;
  width:100%;
  height:auto;
  max-height:780px;
  object-fit:cover;
  object-position:center bottom;
  filter:none;
  opacity:1;
}
#contact{
  padding-bottom:0;
}
footer{
  margin-top:0;
  background:#080808;
}

/* Keep the header usable on smaller screens */
@media(max-width:900px){
  nav .nav-inner{
    width:92%;
    margin-left:auto;
    margin-right:auto;
  }
  .hero::after{display:none}
}

.hero::after{display:none!important}
.hero-content{max-width:760px;text-shadow:0 3px 18px rgba(0,0,0,.72);z-index:3}
.hero h1{max-width:760px}
.hero p{max-width:590px;color:#f0ece5}
.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 56% 36%,rgba(255,184,70,.16),transparent 12%),radial-gradient(circle at 68% 46%,rgba(255,178,55,.11),transparent 16%),radial-gradient(circle at 82% 48%,rgba(255,171,47,.08),transparent 12%);mix-blend-mode:screen}
.hero-grid{z-index:2}


/* Final hero text and background adjustment */
.hero-bg{
  background-image:url('assets/factory-exterior-new.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  filter:none!important;
}
.hero::before{display:none!important}
.hero-grid{display:none!important}
.hero-content{max-width:560px!important;margin-left:0}
.hero h1{
  font-size:clamp(1.9rem,3.6vw,3.4rem)!important;
  line-height:1.05!important;
  margin:18px 0 22px!important;
  text-transform:none!important;
  letter-spacing:-.02em!important;
  max-width:520px!important;
}
@media(max-width:600px){
  .hero h1{font-size:2.15rem!important;line-height:1.08!important}
}


/* 2026 premium interaction upgrade */
@media(min-width:901px){.hero-content{transform:translateX(10mm)}}
.hero-bg{background-position:center center!important;background-size:cover!important}

.product-visual{position:relative;overflow:hidden;background:#080808;perspective:1000px}
.product-visual img{width:100%;aspect-ratio:16/10;object-fit:contain;background:#080808;transition:transform .45s ease,filter .45s ease}
.product-card{transform-style:preserve-3d;transition:transform .22s ease,box-shadow .3s ease,border-color .3s ease;will-change:transform}
.product-card:hover{border-color:rgba(199,154,67,.65);box-shadow:0 25px 55px rgba(0,0,0,.22)}
.product-card:hover .product-visual img{transform:translateZ(30px) scale(1.025);filter:brightness(1.06)}
.meat-percentage{border:1px solid rgba(199,154,67,.55);border-radius:999px;padding:8px 14px;display:inline-flex;width:max-content;background:rgba(199,154,67,.05)}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.reveal.in-view{opacity:1;transform:none}
.premium-cert-card.reveal:nth-child(2){transition-delay:.12s}.premium-cert-card.reveal:nth-child(3){transition-delay:.24s}
.gallery-item.reveal:nth-child(2){transition-delay:.10s}.gallery-item.reveal:nth-child(3){transition-delay:.20s}

.hero-bg{will-change:transform;transform:scale(1.03)}
.gold-strip{position:relative;overflow:hidden}.gold-strip::after{content:"";position:absolute;inset:0 auto 0 -30%;width:25%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:skewX(-20deg);animation:goldSweep 8s ease-in-out infinite}
@keyframes goldSweep{0%,55%{left:-30%}80%,100%{left:130%}}

.gallery-item::before{content:attr(aria-label);position:absolute;z-index:3;left:18px;top:16px;padding:7px 10px;border:1px solid rgba(199,154,67,.45);background:rgba(0,0,0,.68);color:#e8c36b;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;opacity:0;transform:translateY(-8px);transition:.3s ease;pointer-events:none;max-width:80%}
.gallery-item:hover::before{opacity:1;transform:none}
.lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:28px}.lightbox.open{display:flex}.lightbox-image{max-width:min(1400px,94vw);max-height:88vh;border:1px solid rgba(199,154,67,.5);box-shadow:0 30px 80px rgba(0,0,0,.55)}.lightbox-close{position:absolute;right:28px;top:20px;background:transparent;border:1px solid rgba(199,154,67,.5);color:#fff;width:46px;height:46px;font-size:2rem;cursor:pointer}

.product-stage{position:sticky;top:120px;min-height:650px;display:grid;place-items:center;perspective:1300px;background:radial-gradient(circle at 50% 38%,rgba(199,154,67,.14),transparent 34%),#080808;border:1px solid var(--line);overflow:hidden}
.product-object{width:min(90%,700px);transform-style:preserve-3d;transition:transform .14s ease-out;position:relative;aspect-ratio:16/10}
.product-face{position:absolute;inset:0;backface-visibility:hidden;display:grid;place-items:center}.product-face img{width:100%;height:100%;object-fit:contain;background:#080808}.product-back{transform:rotateY(180deg)}
.product-stage-hint{position:absolute;bottom:18px;color:#9e9688;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}
.product-lead{font-size:1.1rem;color:#ccc;margin:25px 0}.product-highlights{columns:2;gap:30px;margin:14px 0 0;padding-left:20px;color:#c8c2b6}.product-highlights li{break-inside:avoid;margin:0 0 8px}

.magnetic{transition:transform .18s ease,background .22s ease,border-color .22s ease}
.footer-cta{background:linear-gradient(180deg,#0b0b0b,#050505);border-top:1px solid rgba(199,154,67,.24);padding:58px 0 42px}.footer-cta-inner{display:flex;align-items:end;justify-content:space-between;gap:30px}.footer-cta h2{font-size:clamp(2.4rem,5vw,5rem);margin:8px 0 8px}.footer-cta p{color:#aaa;max-width:620px;margin:0}.footer-product-banner{position:relative}.footer-product-banner img{transform:scale(1.02);transition:transform 1.2s ease}.footer-product-banner.in-view img{transform:scale(1)}

@media(max-width:900px){
  .product-stage{position:relative;top:auto;min-height:420px}.product-highlights{columns:1}.footer-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .product-visual img{aspect-ratio:4/3}.product-stage{min-height:330px}.hero-content{transform:none!important}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* Final hero copy adjustment — text only, preserve existing hero image/layout */
.hero-content{
  max-width: 520px !important;
}
.hero-content h1,
.hero h1{
  color:#d9ae49 !important;
  font-size:clamp(2.2rem,4.3vw,4.8rem) !important;
  line-height:.98 !important;
  max-width:520px !important;
  margin-bottom:18px !important;
}
.hero-content p,
.hero p{
  color:#fff !important;
  max-width:560px !important;
  font-size:clamp(1rem,1.45vw,1.35rem) !important;
  line-height:1.45 !important;
}
.hero .eyebrow,
.hero .kicker,
.hero .overline{
  display:none !important;
}
@media(max-width:900px){
  .hero-content h1,
  .hero h1{
    font-size:clamp(2rem,10vw,3.4rem) !important;
    max-width:92vw !important;
  }
  .hero-content p,
  .hero p{
    font-size:1rem !important;
    max-width:92vw !important;
  }
}

/* Final header logo: DELVIN crown lockup, no boxed D mark */
.brand{gap:0!important;text-decoration:none}
.brand-mark{display:none!important}
.brand-logo{display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-width:132px;line-height:1}
.brand-logo .brand-crown{display:block;color:var(--gold2);font-size:21px;line-height:.75;margin-bottom:2px;font-family:Georgia,serif}
.brand-logo strong{display:block;color:var(--gold2);font-family:Georgia,serif;font-size:24px!important;letter-spacing:.055em!important;font-weight:600}
.brand-logo small{display:block;color:var(--gold2)!important;font-family:Georgia,serif;font-size:.61rem!important;letter-spacing:.10em!important;margin-top:4px!important}
@media(max-width:900px){.brand-logo{min-width:118px}.brand-logo .brand-crown{font-size:18px}.brand-logo strong{font-size:21px!important}.brand-logo small{font-size:.54rem!important}}

/* Requested product-name visibility fix */
.product-card .product-info h3{
  color:#f3eee4 !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Requested products styling only */
#products,
.products-section,
.products,
.product-section,
.product-grid {
  background: #050505 !important;
}

.product-card {
  border: 1px solid #c99a2e !important;
  box-shadow: none !important;
}

.product-card h2,
.product-card h3,
.product-card h4,
.product-card .product-name {
  color: #f3eee4 !important;
}

/* Modern browsers: ensure the whole section containing the grid is black */
section:has(.product-grid) {
  background: #050505 !important;
}

/* Requested product-section text colour fix only */
.products-header h2,
.product-section h2,
section:has(.product-grid) h2 {
  color: #ffffff !important;
  opacity: 1 !important;
}

.products-header p,
.product-section > p,
section:has(.product-grid) .section-intro,
section:has(.product-grid) .section-copy {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Approved hero contrast treatment — no layout/image/content changes */
.hero {
  position: relative;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.72) 0%,
    rgba(0,0,0,0.52) 24%,
    rgba(0,0,0,0.18) 46%,
    rgba(0,0,0,0) 66%
  );
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.85);
}

/* Corrected hero gradient stacking */
.hero-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background-image:url('assets/factory-exterior-new.jpg') !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.hero::after{
  display:block !important;
  z-index:1 !important;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.52) 24%,
    rgba(0,0,0,.18) 46%,
    rgba(0,0,0,0) 66%
  ) !important;
}

.hero-content{
  position:relative !important;
  z-index:2 !important;
}

.hero-grid{
  z-index:1 !important;
}

/* FINAL hero fade match — preserve image, darken only the left side */
.hero{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}

.hero-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  display:block !important;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.94) 0%,
      rgba(0,0,0,0.91) 18%,
      rgba(0,0,0,0.78) 32%,
      rgba(0,0,0,0.50) 46%,
      rgba(0,0,0,0.18) 58%,
      rgba(0,0,0,0.00) 72%
    ) !important;
}

.hero-content{
  position:relative !important;
  z-index:2 !important;
}

.hero h1{
  text-shadow:0 2px 10px rgba(0,0,0,0.95) !important;
}

/* EXACT HERO FADE FIX — remove inherited rounded overlay shape */
.hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:auto !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  display:block !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.96) 0%,
    rgba(0,0,0,.92) 20%,
    rgba(0,0,0,.78) 34%,
    rgba(0,0,0,.50) 47%,
    rgba(0,0,0,.20) 59%,
    rgba(0,0,0,0) 72%
  ) !important;
}

.hero-bg{
  z-index:0 !important;
  filter:none !important;
}

.hero-content{
  z-index:2 !important;
}

.hero-grid{
  display:none !important;
}


/* DELVIN multilingual language selector */
.language-switcher{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.language-button{
  border:0;
  background:transparent;
  color:#fff;
  padding:10px 6px;
  font:inherit;
  font-size:.75rem;
  font-weight:700;
  text-transform:none;
  letter-spacing:.06em;
  cursor:pointer;
  white-space:nowrap;
}
.language-button:hover{color:var(--gold2)}
.language-menu{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  z-index:100;
  min-width:145px;
  padding:7px;
  display:none;
  background:#0b0b0b;
  border:1px solid var(--line);
  box-shadow:0 18px 38px rgba(0,0,0,.38);
}
.language-menu.open{display:grid}
.language-menu button{
  border:0;
  background:transparent;
  color:#fff;
  text-align:left;
  padding:10px 12px;
  font:inherit;
  font-size:.82rem;
  cursor:pointer;
}
.language-menu button:hover{
  background:rgba(199,154,67,.12);
  color:var(--gold2);
}

/* Persian / Arabic: translate content properly while keeping the approved header layout */
html[dir="rtl"] body{
  font-family:Tahoma,Arial,sans-serif;
}
html[dir="rtl"] main,
html[dir="rtl"] section,
html[dir="rtl"] form{
  direction:rtl;
}
html[dir="rtl"] .nav-inner,
html[dir="rtl"] .nav-links,
html[dir="rtl"] .brand,
html[dir="rtl"] .language-switcher{
  direction:ltr;
}
html[dir="rtl"] .hero-content,
html[dir="rtl"] .about-copy,
html[dir="rtl"] .section-head,
html[dir="rtl"] .product-info,
html[dir="rtl"] .contact-grid,
html[dir="rtl"] .product-copy,
html[dir="rtl"] form{
  text-align:right;
}
html[dir="rtl"] .language-menu{
  right:0;
  direction:rtl;
}
html[dir="rtl"] .language-menu button{
  text-align:right;
}
@media(max-width:900px){
  .language-switcher{width:100%;justify-content:center}
  .language-menu{left:50%;right:auto;transform:translateX(-50%)}
}
