/* ============================================================
   ANNAPURNA PRINTING INKS — site stylesheet
   Built on the HP Design System (claude.ai/design):
   white canvas · Electric Blue #024ad8 as the lone accent ·
   ink #1a1a1a slabs · Manrope · 4px buttons / 16px cards ·
   angular chevron hero decorations · cloud/fog section bands.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  /* Brand & accent */
  --primary: #024ad8;
  --primary-bright: #296ef9;
  --primary-deep: #0e3191;
  --primary-soft: #c9e0fc;

  /* Ink */
  --ink: #1a1a1a;
  --ink-soft: #292929;
  --on-ink: #ffffff;

  /* Surfaces */
  --canvas: #ffffff;
  --cloud: #f7f7f7;
  --fog: #e8e8e8;
  --steel: #c2c2c2;
  --graphite: #636363;
  --charcoal: #3d3d3d;
  --hairline: #e8e8e8;
  --hairline-strong: #c2c2c2;

  /* Elevation */
  --shadow-lift: 0 2px 8px rgba(26, 26, 26, 0.08);
  --shadow-float: 0 8px 24px rgba(26, 26, 26, 0.12);

  /* Radii — two-tier: buttons sharp 4px, cards soft 16px */
  --radius-btn: 4px;
  --radius-card: 16px;
  --radius-media: 8px;
  --radius-pill: 9999px;

  /* Layout */
  --container: 1200px;
  --section-pad: 80px;

  --font: 'Manrope', Arial, Helvetica, sans-serif;
}

/* ---------- Reset & base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.38;
  font-weight: 400;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-deep); }

h1, h2, h3 { font-weight: 500; color: var(--ink); }
h1 { font-size: clamp(40px, 6vw, 64px); line-height: 1.02; letter-spacing: -0.5px; }
h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.05; }
h3 { font-size: 20px; line-height: 1.2; }
p  { color: var(--charcoal); }
.lead { font-size: 18px; line-height: 1.5; }
.muted { color: var(--graphite); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
section { padding: var(--section-pad) 0; }
section.tight { padding: 48px 0; }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }

/* Eyebrow label */
.eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.5px;
  text-transform: uppercase; color: var(--primary);
  margin-bottom: 12px;
}

/* Section bands */
.band-cloud { background: var(--cloud); }
.band-fog   { background: var(--fog); }
.slab-ink   { background: var(--ink); color: var(--on-ink); }
.slab-ink h1, .slab-ink h2, .slab-ink h3 { color: var(--on-ink); }
.slab-ink p { color: rgba(255, 255, 255, 0.85); }
.slab-ink .eyebrow { color: var(--primary-bright); }

/* ---------- Icons (Lucide) ---------- */
.lucide, [data-lucide] { width: 22px; height: 22px; stroke-width: 1.75; }

/* ---------- Buttons: sharp 4px, uppercase, tracked ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font);
  font-size: 14px; font-weight: 600; line-height: 1.4;
  letter-spacing: 0.7px; text-transform: uppercase;
  padding: 12px 24px; border-radius: var(--radius-btn);
  border: 1px solid transparent; cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
  white-space: nowrap;
}
.btn .lucide, .btn [data-lucide] { width: 16px; height: 16px; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover, .btn-primary:active { background: var(--primary-deep); color: #fff; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #000; color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
/* on dark slabs */
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.6); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

.cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------- Utility strip ---------- */
.utility {
  background: var(--ink); color: rgba(255, 255, 255, 0.85);
  font-size: 12px; line-height: 1.33;
}
.utility .container {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 36px; gap: 16px; flex-wrap: wrap; padding-top: 6px; padding-bottom: 6px;
}
.utility a { color: rgba(255, 255, 255, 0.85); }
.utility a:hover { color: #fff; }
.utility .u-right { display: flex; gap: 20px; }

/* ---------- Header / nav ---------- */
.site-header {
  background: var(--canvas);
  border-bottom: 1px solid var(--hairline);
  position: sticky; top: 0; z-index: 50;
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
/* logo is wheel + wordmark (portrait); header shows just the wheel, cropped square */
.brand .logo-img { height: 52px; width: 52px; object-fit: cover; object-position: top; }
.brand .bname { display: flex; flex-direction: column; line-height: 1.1; }
.brand .bname strong { font-size: 17px; font-weight: 800; letter-spacing: -0.2px; }
.brand .bname small {
  font-size: 10.5px; font-weight: 700; letter-spacing: 1px;
  color: var(--graphite); text-transform: uppercase; margin-top: 2px;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--ink); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--primary); }
.nav-links a.active { color: var(--primary); font-weight: 700; }
.nav-links .btn { margin-left: 4px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }

/* ---------- Hero with chevron decorations ---------- */
.hero-row { display: flex; align-items: stretch; gap: 0; }
.chev { flex: 0 0 56px; position: relative; overflow: hidden; }
.chev::before, .chev::after {
  content: ''; position: absolute; top: -8%; bottom: -8%; width: 16px;
  background: var(--primary);
}
.chev.left::before  { left: 4px;  transform: skewX(-14deg); }
.chev.left::after   { left: 30px; transform: skewX(-14deg); }
.chev.right::before { right: 4px;  transform: skewX(14deg); }
.chev.right::after  { right: 30px; transform: skewX(14deg); }
.hero-panel {
  flex: 1; background: var(--cloud); border-radius: var(--radius-card);
  padding: 64px; margin: 0 20px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 18px;
}
.hero-panel h1 { max-width: 18ch; }
.hero-panel .lead { max-width: 56ch; }

/* Page head (sub-pages) */
.page-head { padding: 48px 0 56px; }
.page-head .hero-panel { padding: 48px 56px; gap: 12px; }
.crumbs { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--graphite); }
.crumbs a { color: var(--graphite); }
.crumbs a:hover { color: var(--primary); }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 20px; }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
.g-6 { grid-template-columns: repeat(6, 1fr); }

.card {
  background: var(--canvas); border-radius: var(--radius-card);
  box-shadow: var(--shadow-lift); padding: 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.card p { font-size: 15px; line-height: 1.5; }
.card .ic {
  width: 48px; height: 48px; border-radius: var(--radius-media);
  background: var(--cloud); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.card .ic .lucide, .card .ic [data-lucide] { width: 24px; height: 24px; }

/* compact icon stat card */
.icon-card {
  background: var(--canvas); border-radius: var(--radius-card);
  box-shadow: var(--shadow-lift); padding: 24px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center;
}
.icon-card .lucide, .icon-card [data-lucide] { width: 28px; height: 28px; color: var(--primary); }
.icon-card b { font-size: 14px; font-weight: 700; line-height: 1.3; }

/* person / promoter card */
.person { align-items: flex-start; gap: 8px; }
.person .avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--cloud); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
}
.person .avatar .lucide, .person .avatar [data-lucide] { width: 32px; height: 32px; }
.person p { color: var(--graphite); font-size: 14px; }

/* split layout */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.media-panel {
  background: var(--cloud); border-radius: var(--radius-card);
  min-height: 320px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  color: var(--graphite); font-size: 14px; text-align: center; padding: 24px;
}
.media-panel .lucide, .media-panel [data-lucide] { width: 40px; height: 40px; color: var(--steel); }

/* ---------- Pills / badges / tags ---------- */
.pill {
  display: inline-flex; align-items: center;
  border: 1px solid var(--hairline-strong); border-radius: var(--radius-pill);
  padding: 8px 18px; font-size: 14px; font-weight: 500; color: var(--ink);
  background: var(--canvas); margin: 4px 6px 4px 0;
}
.pill.solid { background: var(--ink); color: #fff; border-color: var(--ink); }

/* checklist */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 20px 0; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; color: var(--charcoal); }
.checklist .lucide, .checklist [data-lucide] { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }

/* ---------- Timeline ---------- */
.timeline { display: flex; flex-direction: column; }
.timeline .row {
  display: flex; gap: 24px; padding: 20px 0;
  border-bottom: 1px solid var(--hairline);
}
.timeline .row:last-child { border-bottom: none; }
.timeline .yr { flex: 0 0 110px; font-size: 20px; font-weight: 700; color: var(--primary); }
.timeline .tx { font-size: 17px; line-height: 1.5; color: var(--ink); max-width: 640px; }

/* ---------- Spec comparison table ---------- */
.spec-table {
  background: var(--canvas); border-radius: var(--radius-card);
  box-shadow: var(--shadow-lift); overflow: hidden;
}
.spec-table .thead, .spec-table .trow { display: grid; grid-template-columns: 200px 1fr 1fr; }
.spec-table .thead { background: var(--ink); color: #fff; }
.spec-table .thead > div { padding: 16px 24px; font-size: 16px; font-weight: 600; }
.spec-table .trow { border-top: 1px solid var(--hairline); }
.spec-table .trow:nth-child(odd) { background: var(--cloud); }
.spec-table .trow > div { padding: 14px 24px; font-size: 14.5px; color: var(--charcoal); line-height: 1.45; }
.spec-table .trow > div:first-child { font-weight: 700; color: var(--ink); font-size: 13.5px; }
.spec-scroll { overflow-x: auto; }

/* ---------- Colour swatches ---------- */
.swatches { display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px; }
.swatch { display: flex; flex-direction: column; gap: 8px; }
.swatch .chip { aspect-ratio: 1 / 1; border-radius: var(--radius-media); box-shadow: var(--shadow-lift); }
.swatch small { font-size: 13px; color: var(--charcoal); text-align: center; }

/* ---------- Numbered feature list (dark slab) ---------- */
.numlist { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 48px; max-width: 960px; }
.numlist .item { display: flex; gap: 14px; align-items: flex-start; }
.numlist .n { color: var(--primary-bright); font-weight: 700; font-size: 16px; }
.numlist .t { font-size: 15.5px; line-height: 1.5; color: rgba(255, 255, 255, 0.85); }

/* ---------- Hub-and-spoke distribution map ---------- */
.hubmap {
  background: var(--canvas); border-radius: var(--radius-card);
  box-shadow: var(--shadow-lift); padding: 24px; max-width: 760px;
}
.hubmap svg { width: 100%; height: auto; display: block; }

/* ---------- Clientele ---------- */
.logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.logos .li {
  background: var(--canvas); border-radius: var(--radius-media);
  box-shadow: var(--shadow-lift);
  padding: 18px 14px; font-size: 13.5px; font-weight: 700; color: var(--charcoal);
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 64px;
}

/* ---------- Downloads ---------- */
.dl {
  display: flex; align-items: center; gap: 20px;
  background: var(--canvas); border-radius: var(--radius-card);
  box-shadow: var(--shadow-lift); padding: 22px 26px; margin-bottom: 14px;
  flex-wrap: wrap;
}
.dl .ic {
  flex: 0 0 48px; width: 48px; height: 48px; border-radius: var(--radius-media);
  background: var(--cloud); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.dl .meta { flex: 1 1 240px; display: flex; flex-direction: column; gap: 3px; }
.dl .meta b { font-size: 16px; font-weight: 700; }
.dl .meta span { font-size: 13.5px; color: var(--graphite); }
.dl .acts { display: flex; gap: 10px; flex-wrap: wrap; }
.dl .acts .btn { padding: 10px 18px; font-size: 12.6px; letter-spacing: 0.4px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.info-item { display: flex; gap: 16px; align-items: flex-start; margin: 22px 0; }
.info-item .ic {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: var(--radius-media);
  background: var(--cloud); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.info-item b { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--graphite); margin-bottom: 3px; }
.info-item a, .info-item span { font-size: 16.5px; color: var(--ink); font-weight: 500; }
.info-item a:hover { color: var(--primary); }
.mapwrap { border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-lift); }
.mapwrap iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ---------- CTA band (dark slab card) ---------- */
.band {
  background: var(--ink); color: #fff; border-radius: var(--radius-card);
  padding: 56px 64px; display: flex; flex-direction: column; gap: 16px;
  align-items: flex-start;
}
.band h2 { color: #fff; }
.band p { color: rgba(255, 255, 255, 0.85); max-width: 62ch; font-size: 17px; line-height: 1.5; }
.band .cta { margin-top: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.75); padding: 64px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.site-footer h4 {
  color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; margin-bottom: 16px;
}
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-footer a { color: rgba(255, 255, 255, 0.75); font-size: 14.5px; }
.site-footer a:hover { color: #fff; }
.site-footer li { font-size: 14.5px; }
.foot-brand p { color: rgba(255, 255, 255, 0.75); font-size: 14.5px; line-height: 1.55; }
.foot-logo { margin-bottom: 14px; }
.foot-logo img { height: 76px; width: auto; filter: invert(1); opacity: 0.9; }
.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 22px 0; font-size: 13px; color: rgba(255, 255, 255, 0.55);
}

/* ---------- WhatsApp FAB ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-float);
  transition: background 150ms ease;
}
.fab:hover { background: var(--primary-deep); color: #fff; }
.fab .lucide, .fab [data-lucide] { width: 24px; height: 24px; }

/* ---------- Note ---------- */
.note {
  background: var(--cloud); border-left: 3px solid var(--primary);
  border-radius: var(--radius-btn); padding: 14px 18px;
  font-size: 13.5px; color: var(--charcoal);
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .g-4, .g-6 { grid-template-columns: repeat(3, 1fr); }
  .swatches { grid-template-columns: repeat(5, 1fr); }
  .logos { grid-template-columns: repeat(3, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .numlist { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  :root { --section-pad: 56px; }
  .chev { display: none; }
  .hero-panel { margin: 0; padding: 40px 28px; }
  .page-head .hero-panel { padding: 36px 28px; }
  .g-3 { grid-template-columns: 1fr 1fr; }
  .spec-table .thead, .spec-table .trow { grid-template-columns: 140px 1fr 1fr; min-width: 640px; }
  .band { padding: 40px 28px; }
  .utility .container { justify-content: center; }

  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--canvas); border-bottom: 1px solid var(--hairline);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 32px 20px;
    box-shadow: var(--shadow-float);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; width: 100%; }
  .nav-links .btn { margin: 10px 0 0; }
}
@media (max-width: 560px) {
  .g-2, .g-3, .g-4, .g-6 { grid-template-columns: 1fr 1fr; }
  .swatches { grid-template-columns: repeat(3, 1fr); }
  .logos { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  h1 { font-size: 34px; }
}
