/* =========================================================
   Electro International Company Pvt. Ltd. — Global Trading House
   ========================================================= */

:root{
  --ink:#120d0b;
  --ink-2:#241c19;
  --brown:#3d2f2a;
  --brown-light:#5b4740;
  --grey:#89827e;
  --grey-light:#e7e3df;
  --off-white:#f6f4f1;
  --white:#ffffff;
  --ember:#c85a2e;
  --ember-dark:#9c3c1c;
  --gold:#c69a3f;
  --gold-light:#e6c878;
  --success:#3f7a4e;
  --shadow: 0 12px 32px rgba(18,13,11,0.10);
  --shadow-lg: 0 30px 70px rgba(18,13,11,0.20);
  --radius: 2px;
  --radius-lg: 3px;
  --maxw: 1240px;
  --font-head: 'Poppins', 'Segoe UI', Arial, sans-serif;
  --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.68;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:var(--font-head);
  color:var(--ink);
  line-height:1.15;
  margin:0 0 .6em;
  font-weight:700;
  letter-spacing:-.01em;
}
h1{ font-size:clamp(2.1rem,4.2vw,3.5rem); }
h2{ font-size:clamp(1.7rem,3.1vw,2.5rem); }
h3{ font-size:1.28rem; }
p{ margin:0 0 1em; color:var(--brown-light); }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
.container{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }
.section{ padding:100px 0; }
.section.tight{ padding:60px 0; }
.section.alt{ background:var(--off-white); }
.section.dark{ background:var(--ink); color:#cfc6c0; }
.section.dark h2, .section.dark h3{ color:var(--white); }
.section.dark p{ color:#bcb2ac; }

.kicker{
  display:flex; align-items:center; gap:10px; margin-bottom:14px;
}
.kicker::before{ content:''; width:28px; height:2px; background:var(--gold); display:inline-block; }
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-head);
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--ember-dark);
  margin-bottom:18px;
}
.eyebrow::before{ content:''; width:26px; height:2px; background:var(--gold); display:inline-block; flex:none; }
.section.dark .eyebrow, .hero .eyebrow, .page-hero .eyebrow{ color:var(--gold-light); }
.section-head{ max-width:700px; margin-bottom:52px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head.center .eyebrow{ justify-content:center; }
.section-head.center .eyebrow::before{ display:none; }
.lead{ font-size:1.16rem; color:var(--brown-light); line-height:1.6; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--font-head); font-weight:600; font-size:.9rem;
  letter-spacing:.02em;
  padding:15px 30px; border-radius:var(--radius);
  border:1.5px solid transparent; cursor:pointer;
  transition:all .2s ease; white-space:nowrap;
}
.btn-primary{ background:var(--ember); color:var(--white); border-color:var(--ember); }
.btn-primary:hover{ background:var(--ember-dark); border-color:var(--ember-dark); transform:translateY(-2px); box-shadow:var(--shadow); }
.btn-outline{ border-color:currentColor; color:var(--ink); background:transparent; }
.btn-outline:hover{ background:var(--ink); color:var(--white); border-color:var(--ink); }
.section.dark .btn-outline{ color:var(--white); }
.section.dark .btn-outline:hover{ background:var(--white); color:var(--ink); }
.btn-light{ background:var(--white); color:var(--ink); }
.btn-light:hover{ background:var(--grey-light); transform:translateY(-2px); }
.btn-gold{ background:var(--gold); color:var(--ink); border-color:var(--gold); font-weight:700; }
.btn-gold:hover{ background:var(--gold-light); border-color:var(--gold-light); transform:translateY(-2px); }

/* ===== Header ===== */
.site-header{
  position:sticky; top:0; z-index:1000;
  background:rgba(255,255,255,0.98);
  border-bottom:1px solid var(--grey-light);
}
.topbar{
  background:var(--ink); color:#c9beb7; font-size:.78rem;
  border-bottom:1px solid var(--gold);
}
.topbar .container{ display:flex; justify-content:space-between; align-items:center; padding-top:9px; padding-bottom:9px; flex-wrap:wrap; gap:6px; }
.topbar a{ color:#c9beb7; }
.topbar a:hover{ color:var(--gold-light); }
.topbar-links{ display:flex; gap:22px; flex-wrap:wrap; align-items:center; }
.topbar-links span{ opacity:.75; margin-right:4px; }
.topbar-links .flag{ letter-spacing:.1em; text-transform:uppercase; font-size:.72rem; color:var(--gold-light); font-weight:600; }

.navbar{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding:16px 0; }
.brand{ display:flex; align-items:center; gap:13px; font-family:var(--font-head); font-weight:700; font-size:1.14rem; color:var(--ink); flex-shrink:0; white-space:nowrap; }
.brand img{ height:42px; width:auto; flex-shrink:0; }
.brand-name span{ display:block; font-size:.66rem; font-weight:600; letter-spacing:.1em; color:var(--gold); text-transform:uppercase; }

.nav-links{ display:flex; align-items:center; gap:24px; flex-wrap:nowrap; margin-right:14px; }
.nav-links a{
  font-family:var(--font-head); font-weight:500; font-size:.87rem; color:var(--brown);
  padding:8px 0; position:relative; white-space:nowrap;
}
.nav-links a::after{
  content:''; position:absolute; left:0; bottom:0; width:0; height:2px; background:var(--gold);
  transition:width .2s ease;
}
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }
.nav-links a.active{ color:var(--ember-dark); }
.nav-cta{ display:flex; align-items:center; gap:16px; flex-shrink:0; }

.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:6px; flex-shrink:0; }
.nav-toggle span{ display:block; width:26px; height:2px; background:var(--ink); margin:5px 0; transition:.2s; }

@media (max-width:1240px){
  .nav-links{
    position:fixed; inset:0 0 0 26%; background:var(--ink); z-index:1001;
    flex-direction:column; justify-content:flex-start; align-items:flex-start;
    padding:110px 32px 32px; gap:24px; margin-right:0; transform:translateX(100%); transition:transform .3s ease;
    box-shadow:var(--shadow-lg); white-space:normal; overflow-y:auto;
  }
  .nav-links a{ color:#e6dfda; font-size:1.05rem; }
  .nav-links a.active{ color:var(--gold-light); }
  .nav-links.open{ transform:translateX(0); }
  .nav-toggle{ display:block; }
  .nav-toggle span{ background:var(--ink); }
  .nav-cta .btn-outline{ display:none; }
  .topbar-links{ display:none; }
}

@media (max-width:520px){
  .brand-name{ display:none; }
}

/* ===== Hero ===== */
.hero{
  position:relative; color:var(--white); overflow:hidden;
  background:linear-gradient(125deg, rgba(10,7,6,.95), rgba(36,28,25,.86)), var(--ink);
}
.hero-media{ position:absolute; inset:0; z-index:0; }
.hero-media img{ width:100%; height:100%; object-fit:cover; opacity:.42; }
.hero-media::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(10,7,6,.35) 0%, rgba(10,7,6,.55) 60%, var(--ink) 100%);
}
.hero .container{ position:relative; z-index:2; padding-top:76px; padding-bottom:0; }
.hero-inner{ max-width:880px; padding-bottom:70px; }
.hero h1, .hero h2, .hero h3{ color:var(--white); }
.hero .eyebrow{ margin-bottom:22px; }
.hero p.lead{ color:#dfd6d0; margin-top:8px; max-width:680px; }
.hero-actions{ display:flex; gap:16px; margin-top:32px; flex-wrap:wrap; }

/* Big one-line company name treatment on the homepage hero */
.hero-brandline{
  font-family:var(--font-head); font-weight:800; color:var(--white);
  font-size:clamp(1.2rem, 2.5vw, 1.95rem);
  line-height:1.2; letter-spacing:.015em;
  white-space:nowrap; margin-bottom:16px;
  text-shadow:0 2px 20px rgba(0,0,0,.4);
}
.hero-brandline .accent{ color:var(--gold-light); }
.hero-tagline{
  font-family:var(--font-head); font-weight:600; color:var(--gold-light);
  font-size:clamp(1.05rem, 2.2vw, 1.4rem);
  letter-spacing:.03em; margin-bottom:20px; opacity:.98;
  text-transform:uppercase;
}
@media (max-width:640px){
  .hero-brandline{ white-space:normal; font-size:clamp(1.3rem,6vw,1.9rem); }
}

/* Floating stat card that overlaps the hero's bottom edge */
.hero-stats-float{
  position:relative; z-index:3; margin-top:-56px; padding-bottom:0;
}
.hero-stats{
  display:grid; grid-template-columns:repeat(4,1fr); gap:0;
  background:var(--white); border-radius:var(--radius-lg); box-shadow:var(--shadow-lg);
  border-top:3px solid var(--gold);
}
.hero-stats div{
  padding:28px 22px; text-align:center; border-right:1px solid var(--grey-light);
}
.hero-stats div:last-child{ border-right:none; }
.hero-stats strong{ display:block; font-family:var(--font-head); font-weight:800; font-size:2.1rem; color:var(--ink); letter-spacing:-.01em; }
.hero-stats span{ font-size:.76rem; text-transform:uppercase; letter-spacing:.08em; color:var(--grey); font-weight:600; }
@media (max-width:760px){
  .hero-stats{ grid-template-columns:repeat(2,1fr); }
  .hero-stats div{ border-bottom:1px solid var(--grey-light); }
  .hero-stats-float{ margin-top:-40px; }
}

.page-hero{
  position:relative; overflow:hidden;
  background:linear-gradient(125deg, rgba(10,7,6,.96), rgba(36,28,25,.9)), var(--ink);
  color:var(--white); padding:76px 0 68px; border-bottom:3px solid var(--gold);
}
.page-hero .container{ position:relative; z-index:2; }
.page-hero h1, .page-hero h2, .page-hero h3{ color:var(--white); }
.breadcrumb{ font-size:.83rem; color:#c9beb7; margin-bottom:16px; letter-spacing:.03em; }
.breadcrumb a{ color:#c9beb7; } .breadcrumb a:hover{ color:var(--gold-light); }
.page-hero p.lead{ color:#ddd3cd; max-width:680px; }

/* ===== Grids / Cards ===== */
.grid{ display:grid; gap:30px; }
.grid-2{ grid-template-columns:repeat(2,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
@media (max-width:900px){ .grid-3,.grid-4{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .grid-2,.grid-3,.grid-4{ grid-template-columns:1fr;} }

.card{
  background:var(--white); border:1px solid var(--grey-light); border-top:3px solid transparent; border-radius:var(--radius);
  padding:34px 32px; box-shadow:var(--shadow); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-lg); border-top-color:var(--gold); }
.card .icon{
  width:54px; height:54px; border-radius:var(--radius); background:rgba(198,154,63,.12);
  display:flex; align-items:center; justify-content:center; margin-bottom:22px;
  color:var(--ember-dark);
}
.card .icon svg{ width:26px; height:26px; }

.split{ display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
@media (max-width:900px){ .split{ grid-template-columns:1fr; gap:36px; } }
.split-media img{ border-radius:var(--radius); box-shadow:var(--shadow-lg); }
.split-media.stacked{ position:relative; }

/* Product cards */
.product-card{
  background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius);
  overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column;
  transition:box-shadow .25s ease, transform .25s ease;
}
.product-card:hover{ box-shadow:var(--shadow-lg); transform:translateY(-4px); }
.product-card .thumb{ height:185px; overflow:hidden; position:relative; }
.product-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.product-card:hover .thumb img{ transform:scale(1.06); }
.product-card .body{ padding:26px 28px 30px; flex:1; display:flex; flex-direction:column; border-top:3px solid var(--gold); }
.product-card .tag{ font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; color:var(--ember-dark); font-weight:700; margin-bottom:8px; }
.spec-table{ width:100%; border-collapse:collapse; margin:14px 0 18px; font-size:.9rem; }
.spec-table td{ padding:6px 0; border-bottom:1px dashed var(--grey-light); color:var(--brown-light); }
.spec-table td:first-child{ color:var(--ink); font-weight:600; width:42%; }
.product-card .grades{ display:flex; flex-wrap:wrap; gap:8px; margin:10px 0 16px; }
.chip{ background:var(--off-white); border:1px solid var(--grey-light); border-radius:20px; padding:5px 14px; font-size:.8rem; font-weight:600; color:var(--brown); }
.product-card .apps{ margin-top:auto; padding-top:14px; border-top:1px solid var(--grey-light); font-size:.88rem; }
.product-card .apps strong{ display:block; margin-bottom:4px; color:var(--ink); }

/* Timeline */
.timeline{ display:flex; gap:0; overflow-x:auto; padding-bottom:10px; }
.timeline-item{ flex:1; min-width:190px; position:relative; padding:0 18px 0 0; }
.timeline-item .year{
  font-family:var(--font-head); font-weight:700; color:var(--white);
  background:var(--ink); width:60px; height:60px; border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px; font-size:.85rem;
  border-bottom:3px solid var(--gold);
}
.timeline-item::before{
  content:''; position:absolute; top:30px; left:60px; right:0; height:2px; background:var(--grey-light);
}
.timeline-item:last-child::before{ display:none; }
.timeline-item h4{ font-size:1rem; margin-bottom:6px; }
.timeline-item p{ font-size:.88rem; }

/* Steps */
.steps{ counter-reset:step; }
.step{ display:flex; gap:24px; padding:28px 0; border-bottom:1px solid var(--grey-light); }
.step:last-child{ border-bottom:none; }
.step .num{
  counter-increment:step; font-family:var(--font-head); font-weight:800; color:var(--gold);
  font-size:1.7rem; width:54px; flex:none;
}
.step .num::before{ content: counter(step, decimal-leading-zero); }

/* Quote / testimonial */
.quote-card{ background:var(--off-white); border-radius:var(--radius); padding:34px; display:flex; gap:22px; align-items:flex-start; border-left:3px solid var(--gold); }
.quote-card img{ width:66px; height:66px; border-radius:var(--radius); object-fit:cover; flex:none; }
.quote-card .mark{ font-family:var(--font-head); font-size:2.5rem; color:var(--ember-dark); line-height:1; margin-bottom:6px; display:block; }
.quote-card h4{ margin-bottom:2px; font-size:1.02rem; }
.quote-card .role{ font-size:.8rem; color:var(--grey); text-transform:uppercase; letter-spacing:.06em; }

/* Stats strip */
.stat-strip{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:0; text-align:center; }
.stat-strip div{ flex:1; min-width:140px; padding:0 18px; border-right:1px solid var(--grey-light); }
.stat-strip div:last-child{ border-right:none; }
.stat-strip strong{ display:block; font-family:var(--font-head); font-weight:800; font-size:2.5rem; color:var(--ink); }
.stat-strip span{ font-size:.83rem; color:var(--grey); text-transform:uppercase; letter-spacing:.07em; font-weight:600; }
@media (max-width:700px){ .stat-strip div{ border-right:none; border-bottom:1px solid var(--grey-light); padding:16px 0; } }

/* Map / presence */
.presence-map{
  background:var(--off-white); border-radius:var(--radius); padding:44px; border:1px solid var(--grey-light); border-top:3px solid var(--gold);
}
.region-list{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:20px; }
@media (max-width:560px){ .region-list{ grid-template-columns:1fr; } }
.region-list li{ display:flex; justify-content:space-between; padding:14px 18px; background:var(--white); border-radius:var(--radius); border:1px solid var(--grey-light); font-weight:600; }
.region-list li span.count{ color:var(--ember-dark); font-family:var(--font-head); }

/* Contact */
.contact-card{ background:var(--white); border:1px solid var(--grey-light); border-top:3px solid var(--gold); border-radius:var(--radius); padding:32px; box-shadow:var(--shadow); }
.contact-card h4{ display:flex; align-items:center; gap:10px; }
.contact-card .icon-sm{ width:40px; height:40px; border-radius:var(--radius); background:rgba(198,154,63,.12); color:var(--ember-dark); display:flex; align-items:center; justify-content:center; flex:none; }
.contact-card .icon-sm svg{ width:18px; height:18px; }

form.enquiry{ display:grid; gap:18px; }
form.enquiry .row-2{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:560px){ form.enquiry .row-2{ grid-template-columns:1fr; } }
form.enquiry label{ font-size:.85rem; font-weight:600; margin-bottom:6px; display:block; }
form.enquiry input, form.enquiry select, form.enquiry textarea{
  width:100%; padding:13px 14px; border:1px solid var(--grey-light); border-radius:var(--radius);
  font-family:var(--font-body); font-size:.95rem; background:var(--off-white); color:var(--ink);
}
form.enquiry input:focus, form.enquiry select:focus, form.enquiry textarea:focus{
  outline:none; border-color:var(--gold); background:var(--white);
}
.form-note{ font-size:.8rem; color:var(--grey); margin-top:6px; }
.form-success{ display:none; background:rgba(63,122,78,.1); color:var(--success); border:1px solid rgba(63,122,78,.3); padding:14px 18px; border-radius:var(--radius); margin-bottom:18px; font-size:.9rem; font-weight:600; }
.form-success.show{ display:block; }

/* CTA band */
.cta-band{ background:var(--ink); color:var(--white); border-radius:var(--radius); padding:58px 50px; display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap; border-top:3px solid var(--gold); }
.cta-band h3{ color:var(--white); margin-bottom:6px; }
.cta-band p{ color:#c9beb7; margin:0; }

/* Footer */
.site-footer{ background:var(--ink); color:#bdb2ac; padding-top:76px; border-top:3px solid var(--gold); }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:44px; padding-bottom:52px; border-bottom:1px solid rgba(255,255,255,.08); }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-brand{ display:flex; align-items:center; gap:11px; margin-bottom:18px; font-family:var(--font-head); font-weight:700; color:var(--white); font-size:1.12rem; }
.footer-brand img{ height:40px; width:auto; }
.footer-tagline{ color:var(--white); }
.site-footer h5{ color:var(--gold-light); font-family:var(--font-head); font-size:.82rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:20px; }
.site-footer ul li{ margin-bottom:11px; font-size:.92rem; }
.site-footer a:hover{ color:var(--gold-light); }
.site-footer address{ font-style:normal; font-size:.92rem; margin-bottom:16px; }
.site-footer address strong{ display:block; color:var(--gold-light); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700; margin-bottom:3px; }
.footer-bottom{ display:flex; justify-content:space-between; padding:26px 0; font-size:.82rem; flex-wrap:wrap; gap:10px; }
.footer-bottom a:hover{ color:var(--gold-light); }

/* Utility */
.mt-0{ margin-top:0; } .mb-0{ margin-bottom:0; }
.text-center{ text-align:center; }
.badge-row{ display:flex; gap:14px; flex-wrap:wrap; margin-top:20px; }
.badge{ display:flex; align-items:center; gap:10px; background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius); padding:11px 18px; font-size:.82rem; font-weight:700; box-shadow:var(--shadow); }
.badge .dot{ width:8px; height:8px; border-radius:50%; background:var(--gold); }
.section.dark .badge, .hero .badge{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.14); color:var(--white); }

/* Reveal animation */
.reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }

/* ===== Certification cards ===== */
.cert-card{
  background:var(--white); border:1px solid var(--grey-light); border-top:3px solid var(--gold); border-radius:var(--radius);
  padding:32px; box-shadow:var(--shadow); display:flex; flex-direction:column; gap:16px;
}
.cert-card .cert-head{ display:flex; align-items:center; gap:16px; }
.cert-card .cert-icon{
  width:50px; height:50px; border-radius:var(--radius); background:rgba(198,154,63,.12); color:var(--ember-dark);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.cert-card .cert-icon svg{ width:24px; height:24px; }
.cert-card h4{ margin:0; font-size:1.06rem; }
.cert-card .cert-sub{ font-size:.78rem; color:var(--grey); text-transform:uppercase; letter-spacing:.05em; }
.cert-meta{ width:100%; border-collapse:collapse; font-size:.86rem; }
.cert-meta td{ padding:6px 0; border-bottom:1px dashed var(--grey-light); color:var(--brown-light); }
.cert-meta td:first-child{ color:var(--ink); font-weight:600; width:44%; }
.cert-card .btn{ align-self:flex-start; margin-top:4px; padding:11px 22px; font-size:.85rem; }

/* ===== Full chemical specification tables ===== */
.full-spec{ width:100%; border-collapse:collapse; margin:20px 0; font-size:.9rem; }
.full-spec caption{ text-align:left; font-family:var(--font-head); font-weight:700; color:var(--ink); padding-bottom:12px; font-size:1rem; }
.full-spec th, .full-spec td{ padding:11px 15px; border:1px solid var(--grey-light); text-align:left; }
.full-spec thead th{ background:var(--ink); color:var(--white); font-family:var(--font-head); font-weight:600; font-size:.8rem; text-transform:uppercase; letter-spacing:.05em; border-bottom:2px solid var(--gold); }
.full-spec tbody tr:nth-child(even){ background:var(--off-white); }
.full-spec tbody tr.featured{ background:rgba(198,154,63,.12); }
.full-spec tbody tr.featured td:first-child{ font-weight:700; color:var(--ember-dark); }
.spec-note{ font-size:.82rem; color:var(--grey); background:var(--off-white); border-left:3px solid var(--gold); padding:13px 18px; border-radius:0 2px 2px 0; margin-top:8px; }
.table-scroll{ overflow-x:auto; }

/* ===== Packing option cards ===== */
.packing-card{
  background:var(--white); border:1px solid var(--grey-light); border-radius:var(--radius);
  overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column;
  transition:box-shadow .25s ease, transform .25s ease;
}
.packing-card:hover{ box-shadow:var(--shadow-lg); transform:translateY(-4px); }
.packing-card .thumb{ height:175px; overflow:hidden; }
.packing-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.packing-card:hover .thumb img{ transform:scale(1.06); }
.packing-card .thumb.icon-fill{
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg, rgba(198,154,63,.14), rgba(36,28,25,.06)); color:var(--ember-dark);
}
.packing-card .thumb.icon-fill svg{ width:44px; height:44px; }
.packing-card .body{ padding:22px 24px 26px; flex:1; border-top:3px solid var(--gold); }
.packing-card .num-tag{ font-family:var(--font-head); font-weight:700; font-size:.72rem; color:var(--ember-dark); text-transform:uppercase; letter-spacing:.09em; margin-bottom:6px; display:block; }
.packing-card h4{ margin-bottom:6px; font-size:1.04rem; }
.packing-card p{ font-size:.88rem; margin-bottom:0; }
