/* ============================================================
   VARADHAN GLOBAL VENTURES — Design System
   Palette: Navy (trust) + Gold (premium/silk) + White/Grey (clarity)
   Type: Montserrat (display) / Lato (body)
   Signature motif: the "Trade Route" — a dashed gold line that
   traces a path, echoing shipping lanes and silk thread alike.
   ============================================================ */

:root{
  /* ---- Brand colors (from official logo) ---- */
  --navy-950:#050f1e;
  --navy-900:#0a2140;
  --navy-800:#0d2c52;
  --navy-700:#123a6b;
  --navy-600:#174a85;
  --gold-600:#0b4d82;
  --gold-500:#1f6fb5;
  --gold-400:#4990e2;
  --gold-100:#e7f1fb;
  --grey-50:#f6f7f9;
  --grey-100:#eef0f3;
  --grey-200:#dfe3e8;
  --grey-400:#9aa3b2;
  --grey-600:#5b6474;
  --ink:#101521;
  --white:#ffffff;

  /* ---- Semantic ---- */
  --bg:var(--white);
  --bg-alt:var(--grey-50);
  --bg-dark:var(--navy-900);
  --text:var(--ink);
  --text-muted:var(--grey-600);
  --text-on-dark:#eef1f6;
  --text-on-dark-muted:#aab5c8;
  --accent:var(--gold-500);
  --border:var(--grey-200);

  /* ---- Type ---- */
  --font-display:'Montserrat',sans-serif;
  --font-body:'Lato',sans-serif;

  /* ---- Scale ---- */
  --container:1240px;
  --radius-sm:6px;
  --radius-md:12px;
  --radius-lg:22px;
  --shadow-sm:0 2px 10px rgba(10,28,56,.06);
  --shadow-md:0 12px 32px rgba(10,28,56,.10);
  --shadow-lg:0 24px 60px rgba(10,28,56,.16);
  --ease:cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important;}
}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{font-family:var(--font-display);color:var(--navy-900);margin:0 0 .5em;line-height:1.18;font-weight:700;letter-spacing:-.01em;}
h1{font-size:clamp(2.1rem,4.4vw,3.6rem);font-weight:800;}
h2{font-size:clamp(1.7rem,3vw,2.5rem);}
h3{font-size:1.25rem;}
p{margin:0 0 1em;}
.container{max-width:var(--container);margin:0 auto;padding:0 24px;}
section{padding:88px 0;}
@media(max-width:768px){section{padding:56px 0;}}

::selection{background:var(--gold-400);color:var(--navy-950);}
:focus-visible{outline:3px solid var(--gold-500);outline-offset:2px;border-radius:4px;}

/* ---------- Eyebrow / kicker ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--font-display);font-weight:700;font-size:.72rem;
  letter-spacing:.16em;text-transform:uppercase;color:var(--gold-600);
  margin-bottom:14px;
}
.eyebrow::before{content:'';width:26px;height:2px;background:var(--gold-500);display:inline-block;}
.section-head{max-width:680px;margin-bottom:48px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-head p{color:var(--text-muted);font-size:1.05rem;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--font-display);font-weight:700;font-size:.86rem;
  letter-spacing:.03em;text-transform:uppercase;
  padding:15px 30px;border-radius:999px;border:2px solid transparent;
  cursor:pointer;transition:all .25s var(--ease);white-space:nowrap;
}
.btn-primary{background:var(--gold-500);color:var(--white);}
.btn-primary:hover{background:var(--gold-400);transform:translateY(-2px);box-shadow:var(--shadow-md);}
.btn-outline{border-color:rgba(255,255,255,.35);color:var(--white);}
.btn-outline:hover{border-color:var(--gold-500);background:rgba(31,111,181,.12);transform:translateY(-2px);}
.btn-navy{background:var(--navy-900);color:var(--white);}
.btn-navy:hover{background:var(--navy-800);transform:translateY(-2px);box-shadow:var(--shadow-md);}
.btn-ghost{border-color:var(--border);color:var(--navy-900);}
.btn-ghost:hover{border-color:var(--gold-500);color:var(--gold-600);}
.btn-sm{padding:10px 20px;font-size:.74rem;}
.btn svg{width:16px;height:16px;}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(10,28,56,.92);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar{background:var(--navy-950);color:var(--text-on-dark-muted);font-size:.78rem;}
.topbar .container{display:flex;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px;gap:16px;flex-wrap:wrap;}
.topbar a{color:var(--text-on-dark-muted);transition:color .2s;}
.topbar a:hover{color:var(--gold-400);}
.topbar-left{display:flex;gap:22px;flex-wrap:wrap;}
.topbar-left span{display:inline-flex;align-items:center;gap:6px;}
.topbar-social{display:flex;gap:14px;}
.navwrap{display:flex;align-items:center;justify-content:space-between;padding:14px 0;}
.brand{display:flex;align-items:center;gap:12px;color:var(--white);}
.brand-mark{width:46px;height:46px;flex-shrink:0;}
.brand-text{display:flex;flex-direction:column;line-height:1.15;}
.brand-text strong{font-family:var(--font-display);font-weight:800;font-size:1.14rem;letter-spacing:.01em;white-space:nowrap;}
.brand-text span{font-size:.64rem;letter-spacing:.13em;color:var(--gold-400);text-transform:uppercase;margin-top:4px;white-space:nowrap;}
.main-nav{display:flex;align-items:center;gap:2px;}
.main-nav a{
  color:var(--text-on-dark);font-family:var(--font-display);font-weight:600;font-size:.86rem;
  padding:10px 15px;border-radius:8px;transition:color .2s,background .2s;position:relative;
}
.main-nav a:hover,.main-nav a.active{color:var(--gold-400);background:rgba(255,255,255,.05);}
.nav-cta{margin-left:10px;}
.nav-toggle{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:6px;}
.nav-toggle svg{width:26px;height:26px;}

@media(max-width:1080px){
  .main-nav{position:fixed;top:0;right:-100%;width:min(320px,86vw);height:100vh;background:var(--navy-950);
    flex-direction:column;align-items:stretch;padding:90px 24px 24px;gap:4px;transition:right .35s var(--ease);
    box-shadow:-10px 0 40px rgba(0,0,0,.35);overflow-y:auto;}
  .main-nav.open{right:0;}
  .main-nav a{padding:14px 12px;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.06);}
  .nav-cta{margin:14px 0 0;}
  .nav-toggle{display:block;}
  .topbar-left{display:none;}
}
.nav-backdrop{display:none;position:fixed;inset:0;background:rgba(6,15,31,.6);z-index:999;}
.nav-backdrop.open{display:block;}

/* ---------- Hero ---------- */
.hero{
  position:relative;overflow:hidden;background:var(--navy-900);
  color:var(--white);padding:120px 0 100px;
}
.hero::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 900px 600px at 85% -10%, rgba(31,111,181,.16), transparent 60%),
    radial-gradient(ellipse 700px 500px at -10% 110%, rgba(31,77,134,.35), transparent 60%);
}
.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;}
@media(max-width:960px){.hero-grid{grid-template-columns:1fr;}}
.hero h1{color:var(--white);}
.hero h1 em{font-style:normal;color:var(--gold-400);}
.hero-sub{font-size:1.12rem;color:var(--text-on-dark-muted);max-width:540px;margin-bottom:34px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:46px;}
.hero-tags{display:flex;flex-wrap:wrap;gap:10px;}
.hero-tags span{
  font-size:.78rem;font-family:var(--font-display);font-weight:600;color:var(--text-on-dark-muted);
  border:1px solid rgba(255,255,255,.16);padding:7px 14px;border-radius:999px;
}
.hero-tags span::before{content:'●';color:var(--gold-500);margin-right:7px;font-size:.6em;}

/* Route map visual */
.route-visual{position:relative;aspect-ratio:1/1;max-width:460px;margin:0 auto;}
.route-visual svg{width:100%;height:100%;}
.route-dash{stroke-dasharray:6 8;animation:dashmove 3.2s linear infinite;}
@keyframes dashmove{to{stroke-dashoffset:-140;}}
.route-dot{animation:pulse 2.4s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:.5;r:4;}50%{opacity:1;r:6;}}

/* ---------- Stats strip ---------- */
.stats-strip{background:var(--navy-950);color:var(--white);padding:0;}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);}
@media(max-width:760px){.stats-grid{grid-template-columns:repeat(2,1fr);}}
.stat-item{padding:44px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.08);}
.stat-item:last-child{border-right:none;}
.stat-num{font-family:var(--font-display);font-weight:800;font-size:clamp(1.8rem,3vw,2.6rem);color:var(--gold-400);display:flex;justify-content:center;align-items:baseline;gap:2px;}
.stat-label{font-size:.82rem;color:var(--text-on-dark-muted);margin-top:6px;letter-spacing:.02em;}

/* ---------- Cards ---------- */
.grid{display:grid;gap:28px;}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
.grid-2{grid-template-columns:repeat(2,1fr);}
@media(max-width:960px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr);}}
@media(max-width:620px){.grid-3,.grid-4,.grid-2{grid-template-columns:1fr;}}

.card{
  background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);
  padding:34px 28px;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s;
  position:relative;
}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:transparent;}
.card-icon{
  width:54px;height:54px;border-radius:14px;background:var(--navy-900);
  display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0;
}
.card-icon svg{width:26px;height:26px;stroke:var(--gold-400);}
.card h3{margin-bottom:10px;font-size:1.12rem;}
.card p{color:var(--text-muted);font-size:.95rem;margin-bottom:0;}
.card-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-family:var(--font-display);font-weight:700;font-size:.82rem;color:var(--gold-600);}

.card-dark{background:var(--navy-900);border-color:var(--navy-800);}
.card-dark h3,.card-dark p{color:var(--white);}
.card-dark p{color:var(--text-on-dark-muted);}

/* Industry tile */
.industry-tile{
  background:var(--bg-alt);border-radius:var(--radius-md);padding:28px;
  border-left:3px solid var(--gold-500);transition:background .25s,transform .25s;
}
.industry-tile:hover{background:var(--white);box-shadow:var(--shadow-sm);transform:translateY(-4px);}
.industry-tile h3{font-size:1rem;margin-bottom:8px;}
.industry-tile p{font-size:.88rem;color:var(--text-muted);margin:0;}

/* ---------- Section variants ---------- */
.section-alt{background:var(--bg-alt);}
.section-dark{background:var(--navy-900);color:var(--white);}
.section-dark h2{color:var(--white);}
.section-dark .section-head p{color:var(--text-on-dark-muted);}

/* Divider - silk thread motif */
.thread-divider{height:34px;width:100%;overflow:hidden;line-height:0;}
.thread-divider svg{width:100%;height:100%;display:block;}

/* ---------- Process steps ---------- */
.process-list{counter-reset:step;}
.process-item{
  display:grid;grid-template-columns:64px 1fr;gap:22px;padding:26px 0;border-bottom:1px solid var(--border);
}
.process-item:last-child{border-bottom:none;}
.process-num{
  counter-increment:step;font-family:var(--font-display);font-weight:800;font-size:1.6rem;color:var(--gold-500);
  display:flex;align-items:flex-start;
}
.process-num::before{content:counter(step,decimal-leading-zero);}
.process-body h3{margin-bottom:6px;font-size:1.05rem;}
.process-body p{color:var(--text-muted);margin:0;font-size:.94rem;}

/* ---------- Testimonials ---------- */
.testi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:32px;}
.testi-quote{font-size:1.02rem;color:var(--navy-900);margin-bottom:20px;}
.testi-quote::before{content:'“';color:var(--gold-500);font-size:2rem;line-height:0;display:inline-block;vertical-align:-8px;margin-right:4px;}
.testi-person{display:flex;align-items:center;gap:12px;}
.testi-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy-900);color:var(--gold-400);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;}
.testi-name{font-family:var(--font-display);font-weight:700;font-size:.92rem;color:var(--navy-900);}
.testi-role{font-size:.8rem;color:var(--text-muted);}

/* ---------- FAQ ---------- */
.faq-item{border-bottom:1px solid var(--border);}
.faq-q{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;
  padding:22px 4px;background:none;border:none;text-align:left;cursor:pointer;
  font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--navy-900);
}
.faq-q .plus{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid var(--border);position:relative;transition:transform .3s,background .3s;}
.faq-q .plus::before,.faq-q .plus::after{content:'';position:absolute;background:var(--navy-900);left:50%;top:50%;transform:translate(-50%,-50%);}
.faq-q .plus::before{width:10px;height:2px;}
.faq-q .plus::after{width:2px;height:10px;transition:opacity .3s;}
.faq-item.open .plus{background:var(--gold-500);border-color:var(--gold-500);transform:rotate(180deg);}
.faq-item.open .plus::before,.faq-item.open .plus::after{background:var(--white);}
.faq-item.open .plus::after{opacity:0;}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease);}
.faq-a p{color:var(--text-muted);padding:0 4px 22px;margin:0;font-size:.95rem;}

/* ---------- Forms ---------- */
.form-field{margin-bottom:18px;}
.form-field label{display:block;font-family:var(--font-display);font-weight:700;font-size:.8rem;letter-spacing:.02em;margin-bottom:7px;color:var(--navy-900);}
.form-field input,.form-field select,.form-field textarea{
  width:100%;padding:13px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);
  font-family:var(--font-body);font-size:.96rem;background:var(--white);color:var(--text);transition:border-color .2s,box-shadow .2s;
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold-500);box-shadow:0 0 0 3px rgba(31,111,181,.18);outline:none;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
@media(max-width:620px){.form-row{grid-template-columns:1fr;}}
.form-note{font-size:.82rem;color:var(--text-muted);margin-top:10px;}
.form-success{display:none;padding:16px 18px;background:#eaf6ee;border:1px solid #bfe6cb;color:#1c6b34;border-radius:var(--radius-sm);font-size:.92rem;}
.form-success.show{display:block;}

/* ---------- Breadcrumb / page header ---------- */
.page-hero{background:var(--navy-900);color:var(--white);padding:64px 0 54px;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 700px 400px at 90% 0%,rgba(31,111,181,.14),transparent 60%);}
.page-hero .container{position:relative;}
.breadcrumb{display:flex;gap:8px;align-items:center;font-size:.82rem;color:var(--text-on-dark-muted);margin-bottom:16px;}
.breadcrumb a:hover{color:var(--gold-400);}
.breadcrumb span{color:var(--gold-500);}
.page-hero h1{color:var(--white);margin-bottom:10px;}
.page-hero p{color:var(--text-on-dark-muted);max-width:640px;margin:0;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-950);color:var(--text-on-dark-muted);padding:72px 0 0;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:50px;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 p{font-size:.9rem;max-width:320px;margin:16px 0 20px;}
.footer-social{display:flex;gap:10px;}
.footer-social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;transition:all .2s;}
.footer-social a:hover{background:var(--gold-500);border-color:var(--gold-500);color:var(--white);}
.footer-social svg{width:16px;height:16px;}
.footer-col h4{font-family:var(--font-display);color:var(--white);font-size:.86rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px;}
.footer-col li{margin-bottom:11px;font-size:.9rem;}
.footer-col a:hover{color:var(--gold-400);}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;}
.footer-contact svg{width:17px;height:17px;flex-shrink:0;margin-top:3px;stroke:var(--gold-500);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:.8rem;flex-wrap:wrap;gap:10px;}
.footer-bottom-links{display:flex;gap:20px;}
.footer-bottom-links a:hover{color:var(--gold-400);}

/* ---------- WhatsApp float ---------- */
.wa-float{
  position:fixed;bottom:24px;right:24px;z-index:900;width:58px;height:58px;border-radius:50%;
  background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);
  transition:transform .25s;
}
.wa-float:hover{transform:scale(1.08);}
.wa-float svg{width:28px;height:28px;fill:#fff;}
.back-top{
  position:fixed;bottom:24px;right:92px;z-index:900;width:48px;height:48px;border-radius:50%;
  background:var(--navy-900);border:1px solid rgba(255,255,255,.15);color:var(--gold-400);
  display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;
}
.back-top.show{opacity:1;pointer-events:auto;}
.back-top svg{width:18px;height:18px;}

/* ---------- Reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease);}
.reveal.in{opacity:1;transform:translateY(0);}

/* ---------- Utility ---------- */
.text-center{text-align:center;}
.mt-0{margin-top:0;}
.tag-pill{display:inline-block;font-size:.72rem;font-family:var(--font-display);font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--gold-100);color:var(--gold-600);padding:5px 12px;border-radius:999px;}
.cta-band{background:var(--navy-900);color:var(--white);border-radius:var(--radius-lg);padding:56px;position:relative;overflow:hidden;}
.cta-band::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 500px 300px at 100% 0%,rgba(31,111,181,.2),transparent 60%);}
.cta-band-inner{position:relative;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cta-band h2{color:var(--white);margin-bottom:8px;}
.cta-band p{color:var(--text-on-dark-muted);margin:0;max-width:460px;}

table.spec-table{width:100%;border-collapse:collapse;margin:20px 0;}
table.spec-table th,table.spec-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);font-size:.92rem;}
table.spec-table th{font-family:var(--font-display);color:var(--navy-900);background:var(--bg-alt);}

/* ---------- Product filter/grid (Products page) ---------- */
.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:36px;flex-wrap:wrap;}
.filter-chips{display:flex;gap:10px;flex-wrap:wrap;}
.filter-chip{
  font-family:var(--font-display);font-weight:600;font-size:.82rem;padding:9px 18px;border-radius:999px;
  border:1px solid var(--border);background:var(--white);cursor:pointer;color:var(--text-muted);transition:all .2s;
}
.filter-chip:hover{border-color:var(--gold-500);color:var(--gold-600);}
.filter-chip.active{background:var(--navy-900);border-color:var(--navy-900);color:var(--white);}
.search-box{position:relative;min-width:240px;}
.search-box input{width:100%;padding:11px 16px 11px 40px;border:1px solid var(--border);border-radius:999px;font-size:.9rem;}
.search-box svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:var(--grey-400);}
.product-count{font-size:.85rem;color:var(--text-muted);margin-bottom:20px;}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
@media(max-width:960px){.product-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:620px){.product-grid{grid-template-columns:1fr;}}
.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:transform .3s,box-shadow .3s;}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);}
.product-card-media{
  display:flex;align-items:center;justify-content:center;height:170px;
  background:linear-gradient(135deg,var(--navy-900),var(--navy-700));color:var(--gold-400);
}
.product-card-media svg{width:64px;height:64px;}
.product-card-body{padding:22px;}
.product-card-body h3{font-size:1.02rem;margin:10px 0 8px;}
.product-card-body p{font-size:.88rem;color:var(--text-muted);min-height:44px;}
.product-card-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap;}

/* Product detail */
.pd-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start;}
@media(max-width:900px){.pd-wrap{grid-template-columns:1fr;}}
.pd-media{
  aspect-ratio:1/1;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--navy-900),var(--navy-700));
  display:flex;align-items:center;justify-content:center;color:var(--gold-400);position:sticky;top:100px;
}
.pd-media svg{width:120px;height:120px;}
.pd-desc{color:var(--text-muted);font-size:1.02rem;}
.pd-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px;}

/* Value/timeline */
.value-row{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);}
.value-row:last-child{border-bottom:none;}
.value-num{font-family:var(--font-display);font-weight:800;color:var(--gold-500);font-size:1.1rem;flex-shrink:0;}

/* Simple responsive iframe/map placeholder */
.map-box{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);height:340px;}
.map-box iframe{width:100%;height:100%;border:0;}

/* ---------- Real logo image chip (header/footer) ---------- */
.logo-chip{
  background:var(--white);border-radius:10px;padding:4px;
  display:flex;align-items:center;justify-content:center;
  width:46px;height:46px;flex-shrink:0;overflow:hidden;
}
.logo-chip img{width:100%;height:100%;object-fit:contain;}

/* ---------- Product photo overlay (falls back to icon if photo missing) ---------- */
.product-card-media{position:relative;}
.product-card-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.pd-media{position:relative;}
.pd-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg);}
.rel-icon{position:relative;overflow:hidden;}
.rel-icon img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:14px;}

/* Product gallery thumbnails on detail page (only appear if extra photos exist) */
.pd-caption{font-size:.9rem;color:var(--text-muted);text-align:center;margin:14px 0 0;font-style:italic;}
.pd-gallery{display:flex;gap:10px;margin:16px 0;flex-wrap:wrap;justify-content:center;}
.pd-thumb-wrap{margin:0;cursor:pointer;}
.pd-thumb{
  width:64px;height:64px;object-fit:cover;border-radius:10px;display:block;
  border:2px solid var(--border);transition:border-color .2s,transform .2s;
}
.pd-thumb-wrap:hover .pd-thumb{border-color:var(--gold-500);transform:translateY(-2px);}

@media(max-width:380px){
  .brand-text strong{font-size:.98rem;}
  .brand-text span{font-size:.58rem;letter-spacing:.1em;}
}

/* ---------- Optional price display ---------- */
.product-price{font-family:var(--font-display);font-weight:800;color:var(--gold-600);font-size:1.02rem;margin-top:-6px;}
.pd-price{font-family:var(--font-display);font-weight:800;color:var(--gold-600);font-size:1.3rem;margin:-8px 0 16px;}

/* ---------- Breadcrumb Navigation ---------- */
.breadcrumb-nav{
  background:var(--bg-alt,#f6f8fb);
  border-bottom:1px solid var(--border,#e5e9f0);
  padding:12px 0;
  font-size:.85rem;
}
.breadcrumb-nav .container{
  display:flex;align-items:center;flex-wrap:wrap;gap:4px;
}
.breadcrumb-nav a{
  color:var(--text-muted,#5b6474);text-decoration:none;font-weight:500;
}
.breadcrumb-nav a:hover{color:var(--gold-600);text-decoration:underline;}
.breadcrumb-nav span[aria-current="page"]{
  color:var(--navy-900,#0a2140);font-weight:700;
}
.breadcrumb-nav .crumb-sep{color:var(--text-muted,#9aa3b2);}
