/* ============================================================
   EALYTEX GLOBAL INC — Stylesheet
   ============================================================ */

/* ── TOKENS ── */
:root {
  --ink: #081022;
  --bone: #f2ede6;
  --cream: #faf8f4;
  --gold: #b89a6a;
  --gold-light: #d4b896;
  --ash: #8a8580;
  --dark-mid: #101e38;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--bone); font-family: 'DM Sans', sans-serif; font-weight: 300; overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 28px 56px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.5s, padding 0.4s;
}
nav.scrolled {
  background: rgba(8,16,34,0.92);
  backdrop-filter: blur(16px);
  padding: 18px 56px;
  border-bottom: 1px solid rgba(184,154,106,0.15);
}
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.15em; color: var(--bone); text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ash); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--bone); }
.nav-cta { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 10px 22px; text-decoration: none; transition: background 0.3s; white-space: nowrap; }
.nav-cta:hover { background: var(--gold-light); }

/* ── HERO ── */
#hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: var(--ink);
}
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(184,154,106,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-watermark {
  position: absolute; right: -20px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(160px, 22vw, 340px);
  color: rgba(242,237,230,0.11);
  letter-spacing: -0.02em;
  pointer-events: none;
  white-space: nowrap; line-height: 1;
  user-select: none;
}
.hero-content { position: relative; padding: 0 56px; max-width: 900px; }
.hero-eyebrow {
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 0.8s ease 0.3s forwards;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 300; line-height: 0.95; letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line span {
  display: block;
  opacity: 0; transform: translateY(100%);
  animation: slideUp 1s cubic-bezier(0.16,1,0.3,1) forwards;
}
.hero-title .line:nth-child(1) span { animation-delay: 0.5s; }
.hero-title .line:nth-child(2) span { animation-delay: 0.65s; }
.hero-title .line:nth-child(3) span { animation-delay: 0.8s; color: var(--gold); font-style: italic; }
.hero-sub {
  font-size: 18px; line-height: 1.75; color: rgba(242,237,230,0.6); max-width: 480px;
  opacity: 0; transform: translateY(20px);
  animation: fadeUp 0.8s ease 1.2s forwards; margin-bottom: 48px;
}
.hero-actions { display: flex; gap: 24px; align-items: center; opacity: 0; animation: fadeUp 0.8s ease 1.4s forwards; }
.btn-primary { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 16px 36px; text-decoration: none; transition: all 0.3s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone); text-decoration: none; border-bottom: 1px solid rgba(242,237,230,0.3); padding-bottom: 2px; transition: border-color 0.3s, color 0.3s; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-scroll-hint {
  position: absolute; bottom: 48px; left: 56px;
  display: flex; align-items: center; gap: 16px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ash);
  opacity: 0; animation: fadeUp 0.8s ease 1.8s forwards;
}
.scroll-line { width: 48px; height: 1px; background: var(--gold); }
.hero-stat-bar { position: absolute; bottom: 48px; right: 56px; display: flex; gap: 64px; opacity: 0; animation: fadeUp 0.8s ease 1.6s forwards; }
.stat-item { text-align: right; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 56px; letter-spacing: 0.05em; color: var(--gold); display: block; line-height: 1; }
.stat-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); margin-top: 4px; display: block; }

/* ── TICKER ── */
.ticker-wrap { background: var(--gold); overflow: hidden; padding: 14px 0; }
.ticker { display: flex; gap: 48px; animation: tickerAnim 30s linear infinite; white-space: nowrap; }
.ticker-item { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 0.25em; color: var(--ink); display: flex; align-items: center; gap: 48px; }
.ticker-dot { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; flex-shrink: 0; }

/* ── SECTIONS SHARED ── */
section { padding: 140px 56px; }
.section-tag { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 16px; }
.section-tag::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 72px); font-weight: 300; line-height: 1.05; letter-spacing: -0.01em; }
.section-heading em { font-style: italic; color: var(--gold); }
.divider { width: 40px; height: 1px; background: var(--gold); margin: 32px 0; }

/* ── REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1), filter 0.85s ease;
  filter: blur(2px);
}
.reveal.visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.rd1 { transition-delay: 0.1s; }
.rd2 { transition-delay: 0.2s; }
.rd3 { transition-delay: 0.3s; }
.rd4 { transition-delay: 0.4s; }

/* ── ABOUT ── */
#about { background: var(--ink); }
.about-grid { display: grid; grid-template-columns: 0.8fr 1.8fr; gap: 80px; align-items: center; max-width: 1280px; margin: 0 auto; }
.about-graphic-wrap { height: 580px; border: 1px solid rgba(184,154,106,0.12); position: relative; overflow: hidden; background: linear-gradient(135deg, #101e38 0%, #060c1a 100%); display: flex; align-items: center; justify-content: center; }
.about-graphic-wrap::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(184,154,106,0.07) 1px, transparent 1px); background-size: 32px 32px; }
.about-graphic-wrap::after { content: ''; position: absolute; top: -1px; left: 40px; right: 40px; height: 2px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.ag-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px; }
.ag-est { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.ag-year { font-family: 'Bebas Neue', sans-serif; font-size: 110px; color: var(--bone); line-height: 0.9; margin-bottom: 12px; }
.ag-city { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-style: italic; color: rgba(242,237,230,0.6); }
.ag-line { width: 40px; height: 1px; background: var(--gold); margin: 18px auto; }
.ag-tagline { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ash); margin-bottom: 40px; }
.ag-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(184,154,106,0.12); width: 100%; max-width: 300px; }
.ag-stat { background: rgba(8,15,29,0.5); padding: 22px 16px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.ag-stat span { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--gold); line-height: 1; }
.ag-stat small { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); }
.about-text p { font-size: 16px; line-height: 1.9; color: rgba(242,237,230,0.65); margin-bottom: 24px; }
.about-text p strong { color: var(--bone); font-weight: 500; }

/* ── CLIENTS ── */
#clients { background: var(--ink); padding: 100px 0; }
.clients-head { padding: 0 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.clients-sub { font-size: 17px; line-height: 1.8; color: rgba(242,237,230,0.5); }
.marquee-outer { overflow: hidden; width: 100%; position: relative; padding: 0; border-top: 1px solid rgba(184,154,106,0.2); border-bottom: 1px solid rgba(184,154,106,0.2); background: #ffffff; }
.marquee-outer::before, .marquee-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.marquee-outer::before { left: 0; background: linear-gradient(to right, #ffffff, transparent); }
.marquee-outer::after { right: 0; background: linear-gradient(to left, #ffffff, transparent); }
.marquee-track { display: flex; align-items: center; width: max-content; animation: logoScroll 50s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.logo-slide { display: flex; align-items: center; justify-content: center; padding: 0 48px; height: 100px; width: 220px; flex-shrink: 0; border-right: 1px solid rgba(0,0,0,0.06); background: #ffffff; }
.logo-slide img { height: 44px; width: 160px; object-fit: contain; mix-blend-mode: multiply; }

/* ── CAPABILITIES ── */
#capabilities { background: var(--cream); color: var(--ink); }
#capabilities .section-tag { color: #7a6a50; }
#capabilities .section-tag::before { background: #7a6a50; }
#capabilities .section-heading em { color: #8a7a60; }
.cap-intro { font-size: 16px; line-height: 1.8; color: rgba(10,10,10,0.55); max-width: 560px; margin: 16px 0 56px; }
.cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(0,0,0,0.08); }
.cap-card {
  background: var(--cream); padding: 40px 32px;
  position: relative; overflow: hidden;
  transition: background 0.35s;
  display: flex; flex-direction: column; gap: 12px;
}
.cap-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.cap-card:hover::before { transform: scaleX(1); }
.cap-card:hover { background: #ede8de; }
.cap-num { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: 0.3em; color: rgba(0,0,0,0.2); }
.cap-icon { width: 26px; height: 26px; color: var(--gold); opacity: 0.75; flex-shrink: 0; transition: opacity 0.3s; margin-top: 4px; }
.cap-card:hover .cap-icon { opacity: 1; }
.cap-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--ink); line-height: 1.2; margin-top: 4px; }
.cap-desc { font-size: 14px; line-height: 1.75; color: rgba(10,10,10,0.6); }
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 2px; background: rgba(0,0,0,0.08); }
.stat-block { background: var(--ink); color: var(--bone); padding: 52px 36px; text-align: center; }
.stat-block .num { font-family: 'Bebas Neue', sans-serif; font-size: 72px; color: var(--gold); display: block; line-height: 1; }
.stat-block .lbl { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); display: block; margin-top: 10px; }

/* ── SERVICES — TIMELINE ── */
#services { background: var(--dark-mid); }
.services-header { max-width: 600px; margin-bottom: 100px; }
.services-tagline { font-size: 16px; line-height: 1.8; color: rgba(242,237,230,0.45); margin-top: 20px; }
.timeline { position: relative; max-width: 1200px; margin: 0 auto; }
.timeline-spine { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 0; }
.timeline-spine::before { display: none; }
.tl-connector { flex-shrink: 0; width: 60px; height: 1px; background: rgba(184,154,106,0.35); align-self: flex-start; margin-top: 44px; position: relative; }
.tl-connector::after { content: ''; position: absolute; inset: 0; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease 0.2s; }
.tl-connector.active::after { transform: scaleX(1); }
.tl-step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; position: relative; isolation: isolate; }
.tl-step::after { display: none; }
.tl-step:last-child::after { display: none; }
.tl-step.tl-active::after { display: none; }
.tl-node { width: 88px; height: 88px; border: 1px solid rgba(184,154,106,0.3); background: var(--dark-mid); display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; transition: border-color 0.4s, background 0.4s, transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s; margin-bottom: 32px; flex-shrink: 0; }
.tl-node::before { content: ''; position: absolute; inset: -1px; border: 1px solid transparent; transition: border-color 0.4s; }
.tl-step:hover .tl-node, .tl-step.tl-active .tl-node { border-color: var(--gold); background: rgba(184,154,106,0.06); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(184,154,106,0.15), 0 0 0 1px rgba(184,154,106,0.2); }
.tl-icon { width: 32px; height: 32px; opacity: 0.45; transition: opacity 0.4s; color: var(--gold); }
.tl-step:hover .tl-icon, .tl-step.tl-active .tl-icon { opacity: 1; }
.tl-num { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: 0.3em; color: rgba(184,154,106,0.4); margin-bottom: 10px; transition: color 0.4s; }
.tl-step:hover .tl-num, .tl-step.tl-active .tl-num { color: var(--gold); }
.tl-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: rgba(242,237,230,0.7); margin-bottom: 10px; line-height: 1.2; transition: color 0.4s; }
.tl-step:hover .tl-title, .tl-step.tl-active .tl-title { color: var(--bone); }
.tl-desc { font-size: 12px; line-height: 1.75; color: rgba(242,237,230,0.35); max-width: 160px; transition: color 0.4s; }
.tl-step:hover .tl-desc, .tl-step.tl-active .tl-desc { color: rgba(242,237,230,0.6); }
.tl-node-dot { display: none; }
.timeline-band { margin-top: 80px; padding-top: 48px; border-top: 1px solid rgba(184,154,106,0.12); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.tb-quote { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-style: italic; color: rgba(242,237,230,0.35); max-width: 500px; line-height: 1.4; }
.tb-quote em { color: var(--gold); font-style: italic; }
.tb-cta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 14px 32px; text-decoration: none; white-space: nowrap; transition: background 0.3s; flex-shrink: 0; }
.tb-cta:hover { background: var(--gold-light); }

/* ── PRODUCTS ── */
#products { background: var(--ink); }
.products-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.products-sub { font-size: 14px; line-height: 1.8; color: rgba(242,237,230,0.5); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(184,154,106,0.08); }
.product-card { position: relative; aspect-ratio: 4/3; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.product-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.product-card:hover .product-bg { transform: scale(1.04); }
.product-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 3.5vw, 48px); color: rgba(242,237,230,0.1); letter-spacing: 0.05em; pointer-events: none; }
.product-cat { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; line-height: 1.15; color: #ffffff; }
.product-desc { font-size: 14px; color: rgba(242,237,230,0.92); line-height: 1.65; margin-top: 10px; }
.product-info { position: relative; z-index: 1; padding: 32px; background: linear-gradient(to top, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.5) 60%, transparent 100%); }

/* ── RESPONSIBLE MANUFACTURING (compliance) ── */
#compliance { background: var(--dark-mid); overflow: hidden; }
.ethics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.ethics-visual { background: linear-gradient(160deg, #0f0e0c 0%, #0d0b09 100%); display: flex; align-items: center; justify-content: center; margin: -140px 0 -140px -56px; position: relative; overflow: hidden; min-height: 700px; }
.ethics-visual::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(184,154,106,0.06) 1px, transparent 1px); background-size: 28px 28px; }
.ethics-visual-inner { position: relative; z-index: 1; display: flex; flex-direction: column; padding: 64px 56px; width: 100%; }
.ethics-quote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2vw, 26px); font-style: italic; font-weight: 300; color: rgba(184,154,106,0.85); line-height: 1.6; }
.ethics-rule { width: 36px; height: 1px; background: var(--gold); margin: 40px 0; opacity: 0.6; }
.ethics-metrics { display: flex; flex-direction: column; }
.em-row { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 16px 0; border-bottom: 1px solid rgba(184,154,106,0.1); }
.em-row:first-child { border-top: 1px solid rgba(184,154,106,0.1); }
.em-num { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: var(--gold); line-height: 1; flex-shrink: 0; min-width: 72px; transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.em-row:hover .em-num { transform: translateX(4px); }
.em-label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242,237,230,0.42); text-align: right; line-height: 1.5; }
.ethics-body { padding: 80px 0 80px 80px; display: flex; flex-direction: column; justify-content: center; }
.pillar { padding: 26px 0; border-bottom: 1px solid rgba(184,154,106,0.12); display: grid; grid-template-columns: 20px 1fr; gap: 20px; align-items: start; }
.pillar:first-of-type { border-top: 1px solid rgba(184,154,106,0.12); }
.pillar-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin-top: 7px; }
.pillar-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; margin-bottom: 10px; }
.pillar-desc { font-size: 15px; line-height: 1.8; color: rgba(242,237,230,0.7); }
.certs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 44px; padding-top: 36px; border-top: 1px solid rgba(184,154,106,0.12); }
.cert-badge { padding: 16px 18px; border: 1px solid rgba(184,154,106,0.4); font-size: 11px; line-height: 1.5; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); text-align: center; transition: border-color 0.3s, background 0.3s; cursor: default; background: rgba(184,154,106,0.05); font-weight: 400; }
.cert-badge:hover { border-color: var(--gold); background: rgba(184,154,106,0.12); color: var(--bone); }

/* ── FACTORIES ── */
#factories { background: var(--ink); }
.factories-grid { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 64px; background: rgba(184,154,106,0.08); }
.factory-card { background: var(--dark-mid); padding: 48px 56px; transition: background 0.3s; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.factory-card:hover { background: #161412; }
.factory-flag { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.factory-name { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 400; line-height: 1.2; margin-bottom: 20px; }
.f-stats { }
.f-stat { display: flex; justify-content: space-between; font-size: 14px; padding: 10px 0; border-bottom: 1px solid rgba(184,154,106,0.1); }
.f-key { color: var(--ash); }
.f-val { color: var(--bone); font-weight: 400; }
.factory-desc { font-size: 14px; line-height: 1.75; color: rgba(242,237,230,0.5); margin-top: 8px; }
.loc-marquee { overflow: hidden; padding: 18px 0; border-top: 1px solid rgba(184,154,106,0.12); border-bottom: 1px solid rgba(184,154,106,0.12); margin-top: 72px; }
.loc-track { display: flex; animation: tickerAnim 22s linear infinite; white-space: nowrap; }
.loc-item { display: flex; align-items: center; gap: 20px; padding: 0 28px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ash); }
.loc-item em { color: var(--gold); font-style: normal; }

/* ── COMPANY UPDATES (news) ── */
#updates { background: var(--dark-mid); }
.news-header { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 72px; }
.news-sub { font-size: 15px; line-height: 1.8; color: rgba(242,237,230,0.5); }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2px; background: rgba(184,154,106,0.08); }
.news-card { background: var(--ink); padding: 44px 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; text-decoration: none; color: inherit; position: relative; overflow: hidden; transition: background 0.3s; min-height: 400px; border-top: 2px solid transparent; }
.news-card:hover { background: #111009; border-top-color: var(--gold); }
.news-card-top { display: flex; flex-direction: column; gap: 18px; }
.news-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(184,154,106,0.3); padding: 6px 12px; width: fit-content; transition: border-color 0.3s; }
.news-card:hover .news-tag { border-color: rgba(184,154,106,0.7); }
.news-tag-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.news-headline { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; line-height: 1.25; color: var(--bone); }
.news-card:first-child .news-headline { font-size: 30px; }
.news-excerpt { font-size: 14px; line-height: 1.85; color: rgba(242,237,230,0.6); }
.news-stat-row { display: flex; gap: 2px; margin-top: 4px; }
.news-stat { flex: 1; background: rgba(184,154,106,0.07); border: 1px solid rgba(184,154,106,0.15); padding: 16px 14px; text-align: center; }
.news-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--gold); display: block; line-height: 1; }
.news-stat-lbl { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); display: block; margin-top: 4px; }
.news-card-bottom { display: flex; flex-direction: column; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(184,154,106,0.1); }
.news-meta { display: flex; align-items: center; justify-content: space-between; }
.news-source { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(242,237,230,0.4); }
.news-date { font-size: 11px; letter-spacing: 0.12em; color: rgba(242,237,230,0.3); }
.news-link-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 8px; transition: gap 0.3s; }
.news-link-label::after { content: '→'; }
.news-card:hover .news-link-label { gap: 14px; }

/* ── CONTACT ── */
#contact { background: var(--cream); color: var(--ink); }
#contact .section-tag { color: #7a6a50; }
#contact .section-tag::before { background: #7a6a50; }
#contact .section-heading em { color: #8a7a60; }
.contact-intro { font-size: 16px; line-height: 1.8; color: rgba(10,10,10,0.55); max-width: 580px; margin: 16px 0 64px; }
.contact-layout-simple { display: flex; flex-direction: column; gap: 56px; }
.contact-reach { display: flex; gap: 64px; flex-wrap: wrap; }
.contact-info { display: flex; flex-direction: column; gap: 32px; }
.c-label { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: #7a6a50; margin-bottom: 8px; }
.c-val { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--ink); }
.c-val a { color: inherit; text-decoration: none; transition: color 0.3s; }
.c-val a:hover { color: #8a7a60; }
.offices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(0,0,0,0.08); margin-top: 8px; }
.office { background: var(--cream); padding: 28px; transition: background 0.3s, border-color 0.3s; border: 1px solid transparent; }
.office:hover { background: #ede8de; border-color: rgba(184,154,106,0.3); }
.office-city { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 0.1em; margin-bottom: 10px; color: var(--ink); }
.office-addr { font-size: 13px; line-height: 1.9; color: rgba(10,10,10,0.65); }
.office-tel { font-size: 13px; color: #8a7a60; margin-top: 10px; font-weight: 400; }

/* ── SOURCING FORM ── */
.sourcing-form-wrap { }
.sourcing-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-label { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: #7a6a50; }
.form-input {
  background: rgba(10,10,10,0.04);
  border: 1px solid rgba(10,10,10,0.15);
  padding: 14px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 300;
  color: var(--ink);
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  -webkit-appearance: none; appearance: none;
  border-radius: 0; width: 100%;
}
.form-input:focus { border-color: var(--gold); background: rgba(184,154,106,0.04); }
.form-input::placeholder { color: rgba(10,10,10,0.3); }
.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23b89a6a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-submit { margin-top: 4px; align-self: flex-start; cursor: pointer; border: none; }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 48px 56px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid rgba(184,154,106,0.15); gap: 20px; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 0.15em; color: var(--bone); justify-self: start; }
.footer-logo span { color: var(--gold); }
.footer-copy { font-size: 11px; color: var(--ash); letter-spacing: 0.08em; justify-self: center; text-align: center; white-space: nowrap; }
.footer-links { display: flex; gap: 24px; list-style: none; justify-self: end; }
.footer-links a { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash); text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }

/* ── CUSTOM CURSOR ── */
* { cursor: none !important; }
.cursor-dot { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; transform: translate(-50%, -50%); transition: transform 0.1s ease, opacity 0.3s ease, width 0.3s ease, height 0.3s ease, background 0.3s ease; }
.cursor-ring { position: fixed; top: 0; left: 0; z-index: 9998; pointer-events: none; width: 36px; height: 36px; border: 1px solid rgba(184,154,106,0.6); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, opacity 0.3s ease; }
.cursor-dot.hovering { width: 6px; height: 6px; background: var(--gold); }
.cursor-ring.hovering { width: 52px; height: 52px; border-color: rgba(184,154,106,0.9); }

/* ── KEYFRAMES ── */
@keyframes fadeUp   { to { opacity: 1; transform: translateY(0); } }
@keyframes slideUp  { to { opacity: 1; transform: translateY(0); } }
@keyframes tickerAnim { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes logoScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes floatMark { 0%, 100% { transform: translateY(-50%); } 50% { transform: translateY(-51.5%); } }
@keyframes ctaGlow { 0%, 100% { box-shadow: 0 0 0 0 rgba(184,154,106,0); } 50% { box-shadow: 0 0 28px 6px rgba(184,154,106,0.18); } }

/* ── PREMIUM ANIMATION LAYER ── */
#scroll-progress { position: fixed; top: 0; left: 0; z-index: 10000; height: 2px; width: 0%; background: linear-gradient(to right, var(--gold), var(--gold-light)); transition: width 0.08s linear; pointer-events: none; }
.hero-watermark { animation: floatMark 10s ease-in-out infinite; }
.section-tag::before { width: 0; transition: width 0.6s cubic-bezier(0.16,1,0.3,1) 0.2s; }
.section-tag.tag-visible::before { width: 32px; }
.stat-block .num { display: block; transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), color 0.3s; transform-origin: center bottom; }
.stat-block:hover .num { transform: scale(1.08) translateY(-3px); }
.ag-stat { transition: background 0.3s; cursor: default; }
.ag-stat:hover { background: rgba(184,154,106,0.12); }
.ag-stat span { transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), color 0.3s; }
.ag-stat:hover span { transform: scale(1.1); color: var(--bone); }
.cap-card { transition: background 0.35s, box-shadow 0.35s; }
.cap-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
.factory-card { border-left: 2px solid transparent; transition: background 0.3s, border-color 0.4s; }
.factory-card:hover { border-left-color: var(--gold); }
.pillar { transition: padding-left 0.3s cubic-bezier(0.16,1,0.3,1), border-color 0.3s; }
.pillar:hover { padding-left: 10px; }
.pillar-dot { transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s; }
.pillar:hover .pillar-dot { transform: scale(1.5); box-shadow: 0 0 8px rgba(184,154,106,0.5); }
.cert-badge { transition: border-color 0.3s, background 0.3s, box-shadow 0.3s, color 0.3s; }
.cert-badge:hover { box-shadow: 0 0 24px rgba(184,154,106,0.2), inset 0 0 0 1px var(--gold); }
.product-card { overflow: hidden; }
.product-card::before { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(120deg, transparent, rgba(184,154,106,0.07), transparent); transform: skewX(-15deg); transition: left 0.7s cubic-bezier(0.16,1,0.3,1); z-index: 3; pointer-events: none; }
.product-card:hover::before { left: 150%; }
.news-card { transition: background 0.3s, border-top-color 0.3s, transform 0.4s cubic-bezier(0.16,1,0.3,1); }
.news-card:hover { transform: translateY(-4px); }
.btn-primary { animation: ctaGlow 3.5s ease-in-out infinite; }
.btn-primary:hover { animation: none; }
.office { transition: background 0.3s, border-color 0.3s, transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.35s; }
.office:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.form-input:focus { box-shadow: 0 0 0 3px rgba(184,154,106,0.1); }

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */

/* ── Tablet (≤ 900px) ── */
@media (max-width: 900px) {
  section { padding: 100px 32px; }
  nav { padding: 20px 32px; }
  nav.scrolled { padding: 14px 32px; }
  .nav-links { display: none; }

  /* Hero */
  .hero-content { padding: 0 32px; }
  .hero-stat-bar { gap: 28px; right: 32px; bottom: 36px; }
  .hero-scroll-hint { left: 32px; }

  /* About */
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-graphic-wrap { height: auto; min-height: 0; padding: 48px 32px; }

  /* Clients */
  .clients-head { grid-template-columns: 1fr; padding: 0 32px; }

  /* Why Us */
  .why-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .why-grid { grid-template-columns: 1fr 1fr; }

  /* Process */
  .services-header { margin-bottom: 64px; }

  /* Products */
  .products-head { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr 1fr; }

  /* Network */
  .network-intro { grid-template-columns: 1fr; gap: 28px; }
  .network-grid { grid-template-columns: 1fr 1fr; }
  .network-band { grid-template-columns: 1fr 1fr; }

  /* Contact */
  .contact-bar { flex-direction: row; }
  .cbar-item { padding: 36px 28px; }

  footer { padding: 36px 32px; }
}

/* ── Mobile (≤ 600px) ── */
@media (max-width: 600px) {
  section { padding: 72px 20px; }
  nav { padding: 16px 20px; }
  nav.scrolled { padding: 12px 20px; }
  .nav-cta { padding: 8px 14px; font-size: 9px; letter-spacing: 0.1em; white-space: nowrap; }

  /* Hero */
  #hero { height: auto; min-height: 100svh; padding-top: 120px; padding-bottom: 80px; align-items: flex-start; }
  .hero-content { padding: 0 20px; }
  .hero-title { font-size: clamp(42px, 11vw, 64px); margin-bottom: 24px; }
  .hero-sub { font-size: 15px; margin-bottom: 32px; max-width: 100%; }
  .hero-watermark { display: none; }
  .hero-stat-bar { display: none; }
  .hero-scroll-hint { left: 20px; bottom: 24px; font-size: 10px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .btn-primary { font-size: 10px; padding: 13px 26px; }
  .btn-ghost { font-size: 10px; }

  /* About */
  .ag-year { font-size: 64px; }
  .ag-city { font-size: 19px; }
  .ag-tagline { margin-bottom: 20px; }
  .about-graphic-wrap { padding: 36px 20px; }
  .ag-stats { max-width: 100%; }
  .ag-stat { padding: 14px 10px; }
  .ag-stat span { font-size: 32px; }
  .about-text p { font-size: 15px; line-height: 1.8; }

  /* Clients */
  .clients-head { padding: 0 20px; }
  .logo-slide { width: 140px; padding: 0 20px; }
  .logo-slide img { height: 32px; width: 110px; }

  /* Why Us */
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-card { padding: 28px 20px; }
  .why-card .why-desc { display: none; }
  .why-num { font-size: 36px; margin-bottom: 10px; }
  .why-title { font-size: 17px; margin-bottom: 0; }
  .why-desc { font-size: 14px; }
  .why-statement { font-size: clamp(18px, 5vw, 24px); }

  /* Process timeline — vertical stack */
  .services-header { margin-bottom: 48px; }
  .timeline-spine { flex-direction: column; gap: 0; }
  .tl-connector { display: none; }
  .tl-step { flex-direction: row; text-align: left; padding: 22px 0; border-bottom: 1px solid rgba(184,154,106,0.1); width: 100%; align-items: flex-start; gap: 18px; }
  .tl-node { margin-bottom: 0; flex-shrink: 0; width: 52px; height: 52px; }
  .tl-icon { width: 20px; height: 20px; }
  .tl-num { margin-bottom: 4px; font-size: 10px; }
  .tl-title { font-size: 19px; }
  .tl-desc { max-width: none; font-size: 13px; }
  .timeline-band { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 40px; padding-top: 36px; }
  .tb-quote { font-size: 19px; }
  .tb-cta { width: 100%; text-align: center; }

  /* Products */
  .products-grid { grid-template-columns: 1fr; }
  .product-name { font-size: 22px; }
  .product-desc { font-size: 13px; }

  /* Network */
  .network-grid { grid-template-columns: 1fr; }
  .network-band { grid-template-columns: 1fr 1fr; }
  .network-card { padding: 28px 20px; }
  .network-countries { font-size: 20px; }
  .network-focus { font-size: 13px; }
  .network-stat { padding: 28px 16px; }
  .network-stat .n-num { font-size: 40px; }

  /* Contact */
  .contact-bar { flex-direction: column; }
  .cbar-divider { width: 100%; height: 1px; flex-shrink: 0; }
  .cbar-item { padding: 28px 0; }
  .cbar-val { font-size: 20px; }
  .contact-address { flex-direction: column; gap: 12px; padding: 36px 0; }
  .ca-city { font-size: clamp(44px, 12vw, 72px); }
  .ca-addr { font-size: 14px; }

  /* Footer */
  footer { grid-template-columns: 1fr; justify-items: start; padding: 32px 20px; gap: 14px; }
  .footer-copy, .footer-links { justify-self: start; text-align: left; white-space: normal; }
  .footer-links { gap: 10px 16px; flex-wrap: wrap; }
  .footer-links a { white-space: nowrap; font-size: 10px; }
  .footer-copy { font-size: 10px; }

  /* Disable custom cursor on touch */
  .cursor-dot, .cursor-ring { display: none; }
  * { cursor: auto !important; }
}

/* ── SOURCING SITE — NEW SECTIONS ── */

/* Hero descender fix */
.hero-title .line { padding-bottom: 0.12em; margin-bottom: -0.12em; }

/* Hero stat size */
.hero-stat-bar .stat-num { font-size: 46px; }

/* WHY US */
#why { background: var(--cream); color: var(--ink); }
#why .section-tag { color: #7a6a50; }
#why .section-tag::before { background: #7a6a50; }
#why .section-heading em { color: #8a7a60; }
.why-intro-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.why-statement { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 2.8vw, 38px); font-weight: 300; line-height: 1.35; color: rgba(10,10,10,0.55); font-style: italic; }
.why-statement strong { color: var(--ink); font-style: normal; font-weight: 400; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(0,0,0,0.07); }
.why-card { background: var(--cream); padding: 44px 36px; position: relative; overflow: hidden; transition: background 0.35s; }
.why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover { background: #ede8de; }
.why-num { font-family: 'Bebas Neue', sans-serif; font-size: 56px; color: rgba(0,0,0,0.1); line-height: 1; margin-bottom: 20px; transition: color 0.4s; }
.why-card:hover .why-num { color: rgba(184,154,106,0.3); }
.why-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; margin-bottom: 12px; color: var(--ink); }
.why-desc { font-size: 14px; line-height: 1.8; color: rgba(10,10,10,0.6); }

/* NETWORK */
#network { background: var(--ink); }
.network-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 72px; }
.network-sub { font-size: 16px; line-height: 1.85; color: rgba(242,237,230,0.5); }
.network-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(184,154,106,0.08); margin-bottom: 2px; }
.network-card { background: var(--dark-mid); padding: 40px 32px; border-left: 2px solid transparent; transition: background 0.3s, border-color 0.4s; }
.network-card:hover { background: #16284a; border-left-color: var(--gold); }
.network-region { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.network-countries { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; line-height: 1.3; color: var(--bone); margin-bottom: 20px; min-height: calc(1.3em * 3); }
.network-focus { font-size: 12px; line-height: 1.75; color: rgba(242,237,230,0.4); }
.network-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(184,154,106,0.08); }
.network-stat { background: var(--ink); padding: 36px 28px; text-align: center; border-top: 1px solid rgba(184,154,106,0.1); }
.network-stat .n-num { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--gold); display: block; line-height: 1; }
.network-stat .n-lbl { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ash); display: block; margin-top: 8px; }

/* CONTACT — REDESIGNED */
.contact-bar {
  display: flex;
  align-items: stretch;
  margin-top: 64px;
  border-top: 1px solid rgba(10,10,10,0.1);
  border-bottom: 1px solid rgba(10,10,10,0.1);
}
.cbar-item {
  flex: 1;
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.3s;
}
.cbar-item:hover { background: rgba(10,10,10,0.03); }
.cbar-divider {
  width: 1px;
  background: rgba(10,10,10,0.1);
  flex-shrink: 0;
}
.cbar-label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8a7a50;
}
.cbar-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2vw, 28px);
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.2;
}
.cbar-val:hover { color: #8a7a50; }

.contact-address {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(10,10,10,0.08);
  margin-top: 2px;
}
.ca-city {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1;
  flex-shrink: 0;
}
.ca-right { display: flex; flex-direction: column; gap: 10px; }
.ca-tag {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b89a6a;
}
.ca-addr {
  font-size: 15px;
  color: rgba(10,10,10,0.5);
  line-height: 1.7;
}

/* ── New-section responsive overrides (must come last to win cascade) ── */
@media (max-width: 900px) {
  .why-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .network-intro { grid-template-columns: 1fr; gap: 28px; }
  .network-grid { grid-template-columns: 1fr 1fr; }
  .network-band { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-card { padding: 28px 20px; }
  .why-card .why-desc { display: none; }
  .why-num { font-size: 36px; margin-bottom: 10px; }
  .why-title { font-size: 17px; margin-bottom: 0; }
  .network-grid { grid-template-columns: 1fr; }
  .network-band { grid-template-columns: 1fr 1fr; }
  .contact-bar { flex-direction: column; }
  .cbar-divider { width: 100%; height: 1px; flex-shrink: 0; }
  .cbar-item { padding: 28px 0; }
  .contact-address { flex-direction: column; gap: 12px; padding: 36px 0; }
}

