/* ===========================================================
   Laxmi Global Import — v2
   "Soft Structuralism": Zinc neutrals, single emerald accent,
   Cabinet Grotesk + Satoshi, asymmetric bento, GSAP motion.
   =========================================================== */

@import url('https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@800,700,500&f[]=satoshi@400,500,700&display=swap');

:root {
  --bg: #fafaf9;
  --surface: #ffffff;
  --zinc-900: #18181b;
  --zinc-600: #52525b;
  --zinc-400: #a1a1aa;
  --border: #e4e4e7;
  --accent: #059669;
  --accent-ink: #ffffff;
  --accent-tint: #ecfdf5;
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--zinc-900);
  font-family: 'Satoshi', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cabinet Grotesk', 'Satoshi', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 0.4em;
}

p { margin: 0 0 1em; color: var(--zinc-600); max-width: 62ch; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

/* ---------- Floating pill nav ---------- */
header.site-nav {
  position: sticky;
  top: 20px;
  z-index: 50;
  display: flex;
  justify-content: center;
}
.nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: min(96%, 980px);
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 12px 10px 22px;
  box-shadow: 0 10px 30px -18px rgba(24,24,27,0.25);
}
.brand {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}
.brand .dot { color: var(--accent); }
nav.links { display: flex; align-items: center; gap: 26px; }
nav.links a.link { font-size: 0.92rem; font-weight: 500; color: var(--zinc-600); transition: color 0.2s ease; }
nav.links a.link:hover, nav.links a.link.active { color: var(--zinc-900); }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  border: 1px solid transparent;
  cursor: pointer;
  will-change: transform;
}
.btn-primary { background: var(--zinc-900); color: #fff; }
.btn-primary:hover { background: var(--accent); }
.btn-outline { border-color: var(--border); color: var(--zinc-900); background: transparent; }
.btn-outline:hover { border-color: var(--zinc-900); }

.menu-toggle { display: none; background: none; border: 1px solid var(--border); border-radius: 10px; width: 40px; height: 36px; }

/* ---------- Split hero ---------- */
.hero {
  padding: 80px 0 40px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.kicker {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 18px;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  max-width: 12ch;
}
.hero .lead { font-size: 1.08rem; max-width: 46ch; margin-top: 18px; }
.hero .cta-row { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

.hero-visual {
  position: relative;
  aspect-ratio: 1/1.05;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 120% at 20% 15%, rgba(5,150,105,0.16), transparent 60%),
    linear-gradient(155deg, #f4f4f3, #e9e9e7 60%);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 26px;
}
.hero-visual .float-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  width: 100%;
  box-shadow: 0 20px 40px -20px rgba(24,24,27,0.2);
}
.hero-visual .float-card .row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.hero-visual .float-card strong { font-family: 'Cabinet Grotesk', sans-serif; font-size: 1.5rem; }
.hero-visual .float-card span.tag { font-size: 0.78rem; color: var(--accent); font-weight: 600; }
.hero-visual .float-card small { color: var(--zinc-400); font-size: 0.8rem; }

/* ---------- Marquee ---------- */
.marquee-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track { display: inline-flex; gap: 60px; animation: scroll-left 26s linear infinite; }
.marquee-track span { font-family: 'Cabinet Grotesk', sans-serif; font-size: 1.1rem; color: var(--zinc-400); font-weight: 500; }
.marquee-track span b { color: var(--zinc-900); }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { padding: 100px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head .kicker { margin-bottom: 12px; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }

/* Divider-based feature list — no card soup */
.feature-list { border-top: 1px solid var(--border); }
.feature-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 34px 0;
  border-bottom: 1px solid var(--border);
}
.feature-row .f-num { font-family: 'Cabinet Grotesk', sans-serif; font-size: 0.95rem; color: var(--zinc-400); }
.feature-row h3 { font-size: 1.25rem; margin-bottom: 8px; }
.feature-row p { margin: 0; }

/* Gapless bento grid */
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  grid-auto-flow: dense;
  gap: 14px;
}
.bento-card {
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
}
.bento-card.large { grid-column: span 2; grid-row: span 2; background: var(--zinc-900); color: #fff; }
.bento-card.large p { color: #d4d4d8; }
.bento-card.large h3 { color: #fff; }
.bento-card.tall { grid-row: span 2; background: var(--accent-tint); }
.bento-card.wide { grid-column: span 2; background: var(--surface); }
.bento-card.plain { background: var(--surface); }
.bento-card .b-num { font-family: 'Cabinet Grotesk', sans-serif; font-size: 0.85rem; position: absolute; top: 24px; left: 28px; color: var(--zinc-400); }
.bento-card.large .b-num { color: rgba(255,255,255,0.5); }
.bento-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.bento-card p { font-size: 0.92rem; margin: 0; max-width: 32ch; }

/* Process timeline */
.timeline { border-top: 1px solid var(--border); }
.t-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.t-step .t-num {
  font-family: 'Cabinet Grotesk', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--border);
  transition: color 0.4s ease;
}
.t-step.active .t-num { color: var(--accent); }
.t-step h3 { font-size: 1.3rem; }
.t-step p { margin: 0; }

/* CTA band */
.cta-band {
  border-radius: var(--radius-lg);
  padding: 72px 56px;
  background: var(--zinc-900);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 80% 0%, rgba(5,150,105,0.35), transparent 60%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); max-width: 20ch; margin: 0 auto 14px; }
.cta-band p { color: #d4d4d8; margin: 0 auto 24px; }
.cta-band .cta-row { justify-content: center; display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band .btn-primary { background: var(--accent); }
.cta-band .btn-outline { border-color: rgba(255,255,255,0.3); color: #fff; }

/* Contact cards (used on contact page) */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 32px; }
.contact-card .c-label { font-size: 0.82rem; color: var(--accent); font-weight: 600; }
.contact-card .c-value { font-family: 'Cabinet Grotesk', sans-serif; font-size: 1.3rem; display: block; margin: 8px 0 14px; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 48px 0 36px; color: var(--zinc-400); font-size: 0.88rem; }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
footer a { color: var(--zinc-600); }
footer a:hover { color: var(--accent); }

/* GSAP reveal initial state */
.reveal { opacity: 0; transform: translateY(24px); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card.large { grid-column: span 2; }
  .bento-card.wide { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .nav-pill { padding: 8px 8px 8px 16px; }
  nav.links { position: fixed; top: 78px; left: 16px; right: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 20px; flex-direction: column; align-items: flex-start; padding: 18px; gap: 14px; display: none; box-shadow: 0 20px 40px -20px rgba(0,0,0,0.25); }
  nav.links.open { display: flex; }
  .menu-toggle { display: block; }
  section { padding: 64px 0; }
  .feature-row { grid-template-columns: 1fr; gap: 8px; }
  .t-step { grid-template-columns: 1fr; gap: 8px; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento-card.large, .bento-card.tall, .bento-card.wide { grid-column: span 1; grid-row: span 1; min-height: 220px; }
  .cta-band { padding: 44px 24px; }
}
