/* ============================
   Cinfee Custom Works — styles
   Business / foreign-trade site
   ============================ */

:root {
  /* Brand palette — matches Cinfee logo (royal blue + orange)
     primary tuned to a slightly deeper royal blue for business gravitas */
  --navy: #1740d0;       /* primary brand blue (logo) — one shade deeper */
  --navy-2: #1330b0;     /* hover/active blue */
  --navy-3: #0f2494;     /* deepest accent */
  --navy-deep: #081770;  /* dark section background */
  --gold: #f26a21;       /* brand orange (logo stars) */
  --gold-2: #d8571a;     /* orange hover */
  --ink: #1c2433;
  --ink-2: #3a455a;
  --muted: #6b7689;
  --line: #e3e6ee;
  --bg: #ffffff;
  --bg-soft: #f6f7fb;
  --bg-dark: var(--navy-deep);
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.12);
  --radius: 10px;
  --radius-lg: 16px;
  --container: 1200px;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 700; color: var(--navy); margin: 0 0 .5em; line-height: 1.2; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
h3 { font-size: 1.15rem; font-family: var(--font-sans); font-weight: 600; color: var(--ink); }
p { margin: 0 0 1em; color: var(--ink-2); }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

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

.accent { color: var(--gold); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .98rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  font-family: var(--font-sans);
}
.btn-primary { background: var(--gold); color: #ffffff; }
.btn-primary:hover { background: var(--gold-2); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-block { width: 100%; }

/* ===== Topbar ===== */
.topbar {
  background: var(--navy);
  color: #c8cfdc;
  font-size: .85rem;
  padding: 9px 0;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { color: var(--gold); font-weight: 600; }
.topbar a:hover { color: #fff; }

/* ===== Header ===== */
.header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--line);
  z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 40px; height: 40px;
  background: var(--navy);
  color: var(--gold);
  display: grid; place-items: center;
  font-family: var(--font-serif);
  font-size: 1.4rem; font-weight: 700;
  border-radius: 8px;
  letter-spacing: -1px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 700; color: var(--navy); letter-spacing: 1px; }
.brand-tag { font-size: .68rem; color: var(--muted); letter-spacing: .25em; text-transform: uppercase; margin-top: 4px; }
.brand-light .brand-mark { background: var(--gold); color: var(--navy); }
.brand-light .brand-name { color: #fff; }
.brand-light .brand-tag { color: #aab4c8; }

/* Real logo image (replaces text mark) */
.brand-img { height: 44px; width: auto; display: block; }
.footer-brand-logo { background: #fff; padding: 10px 14px; border-radius: 10px; height: 56px; width: auto; display: inline-block; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: .95rem; font-weight: 500; color: var(--ink); transition: color .2s; }
.nav a:hover { color: var(--gold-2); }
.nav-cta {
  background: var(--navy);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 999px;
}
.nav-cta:hover { background: var(--navy-3); color: #fff !important; }

.menu-toggle {
  display: none;
  background: none; border: 0;
  width: 40px; height: 40px;
  flex-direction: column; justify-content: center; gap: 5px; padding: 0;
  cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: all .3s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero {
  position: relative;
  background: linear-gradient(135deg, #f7f8fc 0%, #eef1f7 100%);
  padding: 80px 0 90px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(242,106,33,.08), transparent 50%),
              radial-gradient(circle at 10% 90%, rgba(30,63,224,.05), transparent 45%);
  pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; }
.hero-copy h1 { margin-bottom: 18px; }
.lead { font-size: 1.1rem; color: var(--ink-2); max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 20px; }
.hero-points { list-style: none; padding: 0; margin: 0; display: flex; gap: 22px; flex-wrap: wrap; color: var(--ink-2); font-size: .95rem; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.check { color: var(--gold); font-weight: 700; }

.hero-visual { position: relative; }
.hero-visual img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.hero-badge {
  position: absolute;
  bottom: 24px; left: -18px;
  background: var(--navy);
  color: #fff;
  padding: 16px 22px;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; align-items: center;
  border-left: 4px solid var(--gold);
}
.hero-badge strong { font-family: var(--font-serif); font-size: 1.8rem; color: var(--gold); line-height: 1; }
.hero-badge span { font-size: .78rem; color: #c8cfdc; margin-top: 4px; letter-spacing: .12em; text-transform: uppercase; }

/* ===== Value strip (vastgifts 4-pillar pattern) ===== */
.values { padding: 52px 0; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--navy); }
.value-icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  display: grid; place-items: center;
}
.value-icon svg { width: 24px; height: 24px; }
.value h3 { margin: 2px 0 6px; font-family: var(--font-sans); font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.value p { font-size: .9rem; margin: 0; color: var(--ink-2); line-height: 1.45; }

/* ===== Section heads ===== */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section-head h2 { margin-bottom: 12px; }
.section-head p { color: var(--ink-2); font-size: 1.02rem; }

/* ===== Products ===== */
.products { padding: 90px 0; background: var(--bg-soft); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card {
  display: block;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all .25s ease;
  border: 1px solid var(--line);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.product-img {
  aspect-ratio: 4/3;
  background: #fff;
  overflow: hidden;
  display: grid; place-items: center;
  padding: 18px;
}
.product-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-card h3 { padding: 22px 24px 6px; font-size: 1.15rem; }
.product-card p { padding: 0 24px 16px; font-size: .92rem; margin: 0; color: var(--ink-2); }
.link-arrow { display: block; padding: 0 24px 24px; color: var(--gold-2); font-weight: 600; font-size: .9rem; }

/* ===== Craft ===== */
.craft { padding: 90px 0; background: #fff; }
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.craft-step {
  padding: 32px 28px;
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--gold);
  transition: all .2s;
}
.craft-step:hover { background: #fff; box-shadow: var(--shadow-md); }
.craft-num { font-family: var(--font-serif); font-size: 2rem; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.craft-step h3 { color: var(--navy); margin-bottom: 10px; }
.craft-step p { margin: 0; font-size: .94rem; }

/* ===== Process ===== */
.process { padding: 90px 0; background: var(--bg-soft); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.process-step { text-align: center; position: relative; }
.process-circle {
  width: 72px; height: 72px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 22px;
  font-family: var(--font-serif);
  font-size: 1.8rem; font-weight: 700;
  border: 3px solid var(--gold);
  box-shadow: 0 0 0 8px rgba(242,106,33,.12);
}
.process-step h3 { margin-bottom: 8px; color: var(--navy); }
.process-step p { margin: 0; padding: 0 8px; font-size: .94rem; }

/* ===== Why ===== */
.why { padding: 90px 0; background: #fff; color: var(--ink); position: relative; overflow: hidden; }
.why::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(23,64,208,.06), transparent 50%);
  pointer-events: none;
}
.why-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; position: relative; }
.why h2 { color: var(--navy); }
.why-copy p { color: var(--ink-2); font-size: 1.04rem; }
.why-list { list-style: none; padding: 0; margin: 24px 0 32px; }
.why-list li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); }
.why-list li:last-child { border-bottom: 0; }
.why-list strong { color: var(--navy); font-weight: 600; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stat {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all .2s;
}
.stat:hover { background: #fff; border-color: var(--navy); box-shadow: var(--shadow-md); }
.stat strong { display: block; font-family: var(--font-serif); font-size: 2.4rem; color: var(--navy); line-height: 1; margin-bottom: 8px; }
.stat span { color: var(--muted); font-size: .88rem; letter-spacing: .04em; }

/* ===== Testimonials ===== */
.testimonials { padding: 90px 0; background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial {
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--line);
  position: relative;
}
.testimonial::before {
  content: '“';
  position: absolute;
  top: 10px; left: 20px;
  font-family: var(--font-serif);
  font-size: 4rem;
  color: var(--gold);
  opacity: .25;
  line-height: 1;
}
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; font-size: 1rem; }
.testimonial p { font-style: italic; color: var(--ink); margin-bottom: 18px; }
.testimonial-author strong { display: block; color: var(--navy); font-weight: 600; }
.testimonial-author span { color: var(--muted); font-size: .85rem; }

/* ===== FAQ ===== */
.faq { padding: 90px 0; background: var(--bg-soft); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  padding: 4px 0;
  transition: all .2s;
}
.faq details[open] { box-shadow: var(--shadow-sm); border-color: var(--gold); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 600;
  color: var(--navy);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 300;
  transition: transform .2s;
}
.faq details[open] summary::after { content: '−'; }
.faq details p { padding: 0 24px 18px; margin: 0; color: var(--ink-2); }

/* ===== Contact ===== */
.contact { padding: 90px 0; background: var(--bg-soft); color: var(--ink); }
.contact-inner { display: grid; grid-template-columns: minmax(0, 560px); justify-content: center; gap: 0; }
.contact h2 { color: var(--navy); }
.contact-info { text-align: center; }
.contact-info p { color: var(--ink-2); }
.contact-list { list-style: none; padding: 0; margin: 24px auto 0; max-width: 460px; }
.contact-list li { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list strong { color: var(--navy); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a, .contact-list span { color: var(--ink-2); font-size: 1rem; }
.contact-list a:hover { color: var(--navy-2); }

/* ===== Footer ===== */
.footer { background: #061357; color: #aab4c8; padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 1rem; font-family: var(--font-sans); font-weight: 600; margin-bottom: 16px; letter-spacing: .04em; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; font-size: .92rem; }
.footer-col a:hover { color: var(--gold); }
.footer-brand p { font-size: .92rem; color: #aab4c8; margin-top: 16px; max-width: 320px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: .82rem; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }

/* ===== Hero — 4 value props (vastgifts pattern) ===== */
.hero-vp {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-3) 50%, var(--navy) 100%);
  padding: 60px 0;
  overflow: hidden;
}
.hero-vp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hero-vp-card {
  text-align: center;
  padding: 36px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  transition: background .3s;
}
.hero-vp-card:hover { background: rgba(255,255,255,.1); }
.hero-vp-card h2 {
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.vp-1 h2 { color: var(--gold); }
.vp-2 h2 { color: #5eb0ff; }
.vp-3 h2 { color: #7ddc8b; }
.vp-4 h2 { color: #ffd700; }
.hero-vp-card p {
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  margin: 0;
}

/* ===== Pin Styles ===== */
.pin-styles {
  background: var(--bg-soft);
  padding: 80px 0;
}
.pin-styles-action { text-align: center; margin: 8px 0 40px; }
.pin-styles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pin-style-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
}
.pin-style-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pin-style-img { aspect-ratio: 4/3; overflow: hidden; }
.pin-style-img img { width: 100%; height: 100%; object-fit: cover; }
.pin-style-card h3 { padding: 16px 20px 4px; margin: 0; color: var(--navy); font-weight: 600; }
.pin-style-card p { padding: 0 20px; margin: 0 0 8px; font-size: .9rem; color: var(--muted); }
.pin-style-card .link-arrow { padding: 0 20px 20px; font-size: .88rem; font-weight: 600; color: var(--gold-2); }

/* ===== Gallery ===== */
.gallery {
  padding: 80px 0;
  background: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.gallery-item:hover img { transform: scale(1.05); }

/* ===== Blog ===== */
.blog {
  padding: 80px 0;
  background: var(--bg-soft);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-img { aspect-ratio: 16/10; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 20px; }
.blog-body h3 { font-size: 1.1rem; color: var(--navy); margin: 0 0 10px; }
.blog-body p { font-size: .9rem; color: var(--ink-2); margin: 0 0 14px; }
.blog-body .link-arrow { font-size: .88rem; font-weight: 600; color: var(--gold-2); }

/* ===== Nav Dropdown ===== */
.nav-dropdown { position: relative; }
.nav-dropdown > a { cursor: pointer; }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 8px 0;
  z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: .9rem;
  color: var(--ink);
  transition: background .2s, color .2s;
}
.nav-dropdown-menu a:hover { background: var(--bg-soft); color: var(--navy); }

/* ===== Product page — vastgifts pattern sections ===== */
.pd-vp { padding: 46px 0; }

.pd-craft-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: center;
}
.pd-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 28px;
}
.pd-check-list li {
  padding: 10px 0 10px 26px;
  position: relative;
  color: var(--ink-2);
  font-size: .95rem;
  line-height: 1.5;
  border-bottom: 1px dashed var(--line);
}
.pd-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--gold);
  font-weight: 700;
}
html[dir="rtl"] .pd-check-list li { padding: 10px 26px 10px 0; }
html[dir="rtl"] .pd-check-list li::before { left: auto; right: 0; }

.pd-craft-img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  box-shadow: var(--shadow-md);
}
.pd-craft-img img { width: 100%; height: auto; object-fit: contain; display: block; }

.pd-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.pd-option-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: all .2s;
}
.pd-option-card:hover { border-color: var(--navy); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pd-option-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .8rem;
  font-weight: 700;
}
.pd-option-card span:last-child { font-size: .93rem; color: var(--ink-2); line-height: 1.5; }

.pd-ready { padding: 52px 36px; }

/* ============================
   Topbar contact icons (phone + WhatsApp)
   ============================ */
.topbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.12);
  transition: background .2s, transform .2s;
}
.topbar-icon:hover { background: rgba(255,255,255,.28); transform: translateY(-1px); }
.topbar-icon-wa { color: #25d366; background: rgba(255,255,255,.15); }
.topbar-icon-wa:hover { background: rgba(37,211,102,.25); }

/* ============================
   Nav — 5-group layout with Products mega menu
   ============================ */
.nav-drop-toggle { display: inline-flex; align-items: center; gap: 6px; }
.nav-caret { font-size: .6rem; opacity: .7; transition: transform .2s; }
.nav-dropdown:hover .nav-caret { transform: rotate(180deg); }

.nav-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  max-width: calc(100vw - 48px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 18px;
  z-index: 200;
}
.nav-mega:hover .nav-mega-menu { display: block; }
.nav-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.nav-mega-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--ink);
  transition: background .15s, color .15s;
}
.nav-mega-grid a:hover { background: var(--bg-soft); color: var(--navy); }
.nav-mega-thumb {
  width: 38px; height: 38px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.nav-mega-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }

/* ============================
   Hero — video background with text overlay
   ============================ */
.hero-video {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-video-bg {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8,23,112,.38) 0%, rgba(8,23,112,.18) 50%, rgba(15,36,148,.06) 100%);
  z-index: 1;
}
.hero-video-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
.hero-video-content h1 {
  color: #60a5fa;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 22px;
  text-shadow: 0 2px 12px rgba(0,0,0,.7), 0 0 32px rgba(8,23,112,.6);
  letter-spacing: -0.5px;
}
.lead-light {
  font-size: 1.18rem;
  font-weight: 700;
  color: #fff;
  max-width: 620px;
  margin: 0 auto 28px;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
.hero-video-content .hero-actions { margin: 0 0 26px; justify-content: center; }
.btn-ghost-light {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.55);
  backdrop-filter: blur(4px);
}
.btn-ghost-light:hover { background: rgba(255,255,255,.24); border-color: #fff; }
.hero-pills {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-pills li {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(4px);
  padding: 7px 14px;
  border-radius: 999px;
}

/* ===== Responsive ===== */
/* ============================
   Topbar right cluster (WhatsApp + lang switcher)
   ============================ */
.topbar { display: flex; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.topbar-right > .topbar-cta { color: rgba(255,255,255,.85); font-size: .8rem; }
.topbar-right a { color: #fff; font-weight: 600; }
.topbar-right a:hover { opacity: .85; }

/* ============================
   Brand w/ icon logo
   ============================ */
.brand-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.brand-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer-brand-mark { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand-mark img { width: 44px; height: 44px; object-fit: contain; background: #fff; border-radius: 8px; padding: 4px; }
.footer-brand-mark .brand-name { color: #fff; }
.footer-brand-mark .brand-tag { display: block; }

/* ============================
   Language switcher (top-right of topbar)
   ============================ */
.lang-switcher { position: relative; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: .82rem; font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: background .2s;
}
.lang-toggle:hover { background: rgba(255,255,255,.2); }
.lang-caret { font-size: .65rem; opacity: .8; }
.lang-current { letter-spacing: .04em; }
.lang-menu {
  position: absolute; top: calc(100% + 8px); inset-inline-end: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .18);
  padding: 6px;
  margin: 0; list-style: none;
  opacity: 0; pointer-events: none; transform: translateY(-6px);
  transition: all .18s ease;
  z-index: 200;
}
.lang-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.lang-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: .9rem;
}
.lang-menu a:hover { background: var(--bg-soft); color: var(--navy); }
.flag-icon {
  display: inline-block;
  width: 22px; height: 16px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
  flex-shrink: 0;
}

/* ============================
   RTL (Arabic)
   ============================ */
html[dir="rtl"] body,
html[lang="ar"] body { font-family: 'Noto Sans Arabic', var(--font-sans); }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4 {
  font-family: 'Noto Sans Arabic', var(--font-serif);
  letter-spacing: 0;
}
html[dir="rtl"] .brand-name { letter-spacing: 0; }
html[dir="rtl"] .hero-actions { flex-direction: row-reverse; }
html[dir="rtl"] .hero-points { padding: 0; }
html[dir="rtl"] .why-list { padding: 0; }
html[dir="rtl"] .contact-list { padding: 0; }
html[dir="rtl"] .topbar-inner { flex-direction: row-reverse; }
html[dir="rtl"] .header-inner { flex-direction: row-reverse; }
html[dir="rtl"] .nav { flex-direction: row-reverse; }
html[dir="rtl"] .lang-menu { inset-inline-end: 0; }
html[dir="rtl"] .footer-inner { direction: rtl; }
html[dir="rtl"] .product-features { padding-inline-start: 0; }

/* ============================
   Product detail page
   ============================ */
.pd-hero {
  background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 100%);
  padding: 60px 0 40px;
}
.pd-hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.pd-hero-image { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px; box-shadow: var(--shadow-md); }
.pd-hero-image img { width: 100%; height: auto; max-height: 420px; object-fit: contain; }
.pd-breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 14px; }
.pd-breadcrumb a { color: var(--navy); }
.pd-breadcrumb a:hover { text-decoration: underline; }
.pd-tagline { font-size: 1.15rem; color: var(--ink-2); margin-bottom: 20px; }
.pd-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.pd-key-facts { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; }
.pd-key-fact {
  display: flex; align-items: center; gap: 8px;
  font-size: .9rem; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line);
  padding: 8px 14px; border-radius: 999px;
}
.pd-key-fact strong { color: var(--navy); }

.pd-section { padding: 60px 0; }
.pd-section + .pd-section { padding-top: 0; }
.pd-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.pd-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 30px;
}
.pd-card h3 { font-family: var(--font-sans); font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.pd-card ul { list-style: none; padding: 0; margin: 0; }
.pd-card li { padding: 8px 0 8px 24px; position: relative; color: var(--ink-2); font-size: .95rem; line-height: 1.5; border-bottom: 1px dashed var(--line); }
.pd-card li:last-child { border-bottom: 0; }
.pd-card li::before { content: '✓'; position: absolute; left: 0; top: 8px; color: var(--gold); font-weight: 700; }
.pd-card li strong { color: var(--ink); }
html[dir="rtl"] .pd-card li { padding: 8px 24px 8px 0; }
html[dir="rtl"] .pd-card li::before { left: auto; right: 0; }

.pd-uses { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.pd-use-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 22px;
  display: flex; gap: 14px; align-items: flex-start;
}
.pd-use-icon { font-size: 1.6rem; line-height: 1; flex-shrink: 0; }
.pd-use-title { font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.pd-use-text { font-size: .85rem; color: var(--muted); }

.pd-process-list { list-style: none; padding: 0; margin: 0; }
.pd-process-list li {
  display: flex; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.pd-process-list li:last-child { border-bottom: 0; }
.pd-process-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .9rem; }
.pd-process-text { font-size: .95rem; color: var(--ink-2); line-height: 1.5; }

.pd-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.pd-related a {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  transition: all .2s;
}
.pd-related a:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--navy); }
.pd-related img { width: 100%; height: 140px; object-fit: contain; margin-bottom: 10px; }
.pd-related h4 { font-family: var(--font-sans); font-size: 1rem; font-weight: 600; color: var(--navy); margin: 0 0 4px; }
.pd-related span { font-size: .85rem; color: var(--muted); }

.pd-cta {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  border-radius: 16px;
  padding: 40px 36px;
  text-align: center;
}
.pd-cta h2 { color: #fff; margin-bottom: 12px; }
.pd-cta p { color: rgba(255,255,255,.85); max-width: 520px; margin: 0 auto 22px; }
.pd-cta .btn-primary { background: var(--gold); color: #fff; }
.pd-cta .btn-primary:hover { background: var(--gold-2); }

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 50px 0 60px; }
  .values-grid, .product-grid, .craft-grid, .process-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .hero-vp-grid { grid-template-columns: 1fr 1fr; }
  .pin-styles-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .pd-craft-grid { grid-template-columns: 1fr; gap: 32px; }
  .pd-check-list { grid-template-columns: 1fr; }
  .pd-options-grid { grid-template-columns: 1fr; }
  .why-inner, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-video { min-height: 480px; }
  .nav-mega-menu { width: 520px; }
}
@media (max-width: 720px) {
  .topbar { font-size: .78rem; }
  .topbar-inner { flex-direction: column; gap: 4px; }
  .menu-toggle { display: flex; }
  .nav {
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav a { padding: 14px 24px; border-bottom: 1px solid var(--line); }
  .nav a:last-child { border-bottom: 0; }
  .nav-cta { margin: 12px 24px; text-align: center; }
  .values-grid, .product-grid, .craft-grid, .process-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .hero-vp-grid { grid-template-columns: 1fr; }
  .pin-styles-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .hero-badge { left: 12px; bottom: 12px; padding: 12px 16px; }
  .hero-badge strong { font-size: 1.4rem; }
  h1 { font-size: 2rem; }
  .pd-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .pd-hero { padding: 36px 0 24px; }
  .pd-section { padding: 36px 0; }
  .pd-grid-2 { grid-template-columns: 1fr; gap: 24px; }
  .pd-card { padding: 22px; }
  .pd-cta { padding: 28px 22px; }
  .pd-cta-row { flex-direction: column; align-items: stretch; }
  .pd-cta-row .btn { width: 100%; }
  .topbar-right .lang-toggle { padding: 4px 8px; font-size: .75rem; }
  /* Mega menu: inline panel on mobile */
  .nav-mega-menu {
    position: static;
    transform: none;
    display: none;
    width: auto;
    max-width: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .nav-mega.open .nav-mega-menu { display: block; }
  .nav-mega-grid { grid-template-columns: 1fr; }
  .nav-mega-grid a { padding: 12px 24px 12px 48px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-mega-grid a:last-child { border-bottom: 0; }
  .nav-mega-thumb { width: 32px; height: 32px; }
  .nav-drop-toggle { padding: 14px 24px; width: 100%; justify-content: space-between; }
  .nav-drop-toggle > span:first-child { flex: 1; text-align: left; }
  /* Video hero on mobile */
  .hero-video { min-height: 420px; }
  .hero-video-content { padding-top: 44px; padding-bottom: 44px; }
  .hero-pills { gap: 8px; }
  .hero-pills li { font-size: .72rem; padding: 6px 11px; }
}

/* ===== Contact page ===== */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 44px;
  align-items: start;
}
.cinfo { display: grid; gap: 16px; }
.cinfo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.cinfo-card:hover { border-color: var(--navy); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.cinfo-card .ci-label {
  font-size: .76rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy); font-weight: 700; margin-bottom: 6px;
}
.cinfo-card .ci-value { color: var(--ink-2); font-size: 1.02rem; line-height: 1.5; }
.cinfo-card a { color: var(--ink-2); }
.cinfo-card a:hover { color: var(--navy-2); }

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
}
.contact-form .field { margin-bottom: 16px; }
.contact-form label {
  display: block; font-size: .85rem; font-weight: 600;
  color: var(--navy); margin-bottom: 7px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%; padding: 11px 13px;
  border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: .95rem; color: var(--ink); background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none; border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(22,48,107,.12);
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .form-note { font-size: .85rem; color: var(--muted); margin-top: 8px; }
.contact-form .btn-block { margin-top: 4px; }

@media (max-width: 820px) {
  .contact-split { grid-template-columns: 1fr; }
  .contact-form .form-row { grid-template-columns: 1fr; }
}

/* ===== About page story ===== */
.about-story { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.about-story-img img { width: 100%; border-radius: 16px; border: 1px solid var(--line); }
@media (max-width: 820px) { .about-story { grid-template-columns: 1fr; } }

/* ===== Team ===== */
.team { padding: 90px 0; background: #fff; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.team-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 22px;
  text-align: center;
  transition: all .2s;
}
.team-card:hover { box-shadow: var(--shadow-md); border-color: var(--navy); transform: translateY(-3px); }
.team-avatar {
  width: 92px; height: 92px; border-radius: 50%;
  object-fit: cover; margin: 0 auto 16px; display: block;
  border: 3px solid #fff; box-shadow: var(--shadow-sm); background: var(--bg-soft);
}
.team-card .team-role { color: var(--gold); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 8px; font-weight: 600; }
.team-card h3 { color: var(--navy); font-size: 1.08rem; margin: 0 0 6px; }
.team-card p { color: var(--muted); font-size: .9rem; line-height: 1.55; margin: 0; }
@media (max-width: 820px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .team-grid { grid-template-columns: 1fr; } }
