/* Spidex Express — site styles.
   Fixed 1200px desktop layout, matching the original Framer export 1:1 (no breakpoints by design). */

/* ---------- Fonts (Inter, self-hosted, latin + latin-ext) ---------- */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter-400-latin-ext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/inter-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/inter-500-latin-ext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter-600-latin-ext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter-700-latin-ext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/inter-800-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/inter-800-latin-ext.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens ---------- */
:root {
  --navy: #06295f;        /* page + hero background */
  --navy-card: #0a2e63;   /* dark cards on Services */
  --navy-footer: #041d45;
  --ink: #11213a;         /* headings on light */
  --ink-nav: #24324a;     /* nav links */
  --muted: #667085;       /* body copy on light */
  --sand: #f7f4ee;        /* light section background */
  --orange: #f36a00;
  --white: #fff;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--navy);
  color: var(--ink);
  font-family: "Inter", "Inter Placeholder", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; }
svg { display: block; }

.page { width: 1200px; margin: 0 auto; display: flex; flex-direction: column; background: var(--navy); overflow: clip; }

/* ---------- Text roles ---------- */
.eyebrow { color: var(--orange); font-size: 13px; font-weight: 700; line-height: 13px; letter-spacing: 1.4px; }
.h-hero { color: var(--white); font-size: 64px; font-weight: 800; line-height: 1.02; letter-spacing: -2px; max-width: 840px; }
.h-page { color: var(--white); font-size: 58px; font-weight: 800; line-height: 1.04; letter-spacing: -1.8px; }
.lead { font-size: 18px; line-height: 1.55; max-width: 650px; text-wrap: balance; }
.lead--hero { color: rgba(255, 255, 255, 0.78); }
.lead--page { color: rgba(255, 255, 255, 0.8); }
.h-section { color: var(--ink); font-size: 46px; font-weight: 800; line-height: 1.08; letter-spacing: -1.3px; max-width: 720px; }
.h-42 { color: var(--ink); font-size: 42px; font-weight: 800; line-height: 1.1; letter-spacing: -1.2px; }
.h-40 { color: var(--ink); font-size: 40px; font-weight: 800; line-height: 1.08; letter-spacing: -1.3px; max-width: 720px; }
.h-40b { color: var(--ink); font-size: 40px; font-weight: 800; line-height: 1.12; letter-spacing: -1.2px; }
.h-34 { color: var(--ink); font-size: 34px; font-weight: 800; line-height: 1.12; letter-spacing: -1px; text-wrap: balance; }
.copy-17 { color: var(--muted); font-size: 17px; line-height: 1.6; text-wrap: balance; }
.copy-16 { color: var(--muted); font-size: 16px; line-height: 1.6; }
.balance { text-wrap: balance; }
.copy-15 { color: var(--muted); font-size: 15px; line-height: 1.55; text-wrap: balance; }
.copy-18 { color: var(--muted); font-size: 18px; line-height: 1.55; max-width: 620px; text-wrap: balance; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; background: var(--orange);
  color: var(--white); font-size: 15px; font-weight: 700; line-height: 15px;
}
.btn svg { width: 18px; height: 18px; }
.link-plain { color: var(--white); font-size: 15px; font-weight: 600; line-height: 15px; }

/* Icon strokes (all icons are 24-unit stroke paths) */
.ico { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

/* ---------- Navigation ---------- */
.nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 56px; background: var(--white);
}
.nav__logo img { width: 104px; height: 54px; object-fit: cover; }
.nav__links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; line-height: 14px; }
.nav__links a { color: var(--ink-nav); }
.nav__links a:hover { color: var(--orange); }
.nav__links a[aria-current="page"] { color: var(--navy); }
.nav__contact { color: var(--ink); font-size: 13px; font-weight: 600; line-height: 13px; }

/* ---------- Footer ---------- */
.footer {
  display: flex; justify-content: space-between; align-items: center;
  padding: 28px 56px; background: var(--navy-footer);
  color: var(--white); font-size: 13px; line-height: 13px;
}
.footer__links { display: flex; align-items: center; gap: 18px; font-weight: 500; }
.footer__links a { color: rgba(255, 255, 255, 0.72); }
.footer__links a:hover { color: var(--white); }

/* Text blocks fill their column (the original wraps every text in a full-width frame). */
.hero > p, .hero > h1, .page-intro > *, .services > p, .services > h2, .why__copy > *, .contact > h2, .contact > p,
.cap__text > p, .cap__text > h2, .step > p, .legal > *, .legal__body > * { align-self: stretch; }

/* ---------- Generic sections ---------- */
.hero { display: flex; flex-direction: column; align-items: flex-start; gap: 30px; padding: 96px 56px 88px; background: var(--navy); }
.page-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding: 88px 56px 64px; background: var(--navy); }
.actions { display: flex; align-items: center; gap: 14px; }

.photo-grid { display: grid; grid-template-columns: 536px 536px; gap: 16px; padding: 56px; background: var(--white); }
.photo-grid img { width: 536px; height: 300px; object-fit: cover; border-radius: 14px; }

.split { display: flex; align-items: flex-start; gap: 60px; }
.split > * { flex: 1 0 0; }

/* ---------- Home ---------- */
.services { display: flex; flex-direction: column; align-items: flex-start; gap: 34px; padding: 80px 56px; background: var(--sand); }
.service-grid { display: grid; grid-template-columns: 536px 536px; gap: 16px; }
.service-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
  min-height: 248px; padding: 30px; border-radius: 16px; background: var(--white);
}
.service-card__badge {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 14px; background: rgba(243, 106, 0, 0.12); color: var(--orange);
}
.service-card__badge svg { width: 24px; height: 24px; }
.service-card__title { color: var(--ink); font-size: 22px; font-weight: 700; line-height: 1.2; }

.why { padding: 84px 56px; background: var(--white); }
.why__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.promise {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  flex: 0 0 420px; padding: 24px; border-radius: 16px; background: var(--sand);
  color: var(--ink); font-size: 16px; font-weight: 700; line-height: 1.35;
}

.contact { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 56px; background: var(--sand); }
.contact__cards { display: flex; align-items: flex-start; gap: 16px; align-self: stretch; }
.contact-card {
  flex: 1 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 22px; border-radius: 14px; background: var(--white);
}
.contact-card__title { color: var(--ink); font-size: 18px; font-weight: 800; line-height: 1.2; }
.contact-card__line { color: var(--ink); font-size: 15px; font-weight: 500; line-height: 1.45; }

/* ---------- About ---------- */
.story { padding: 80px 56px; background: var(--sand); }
.principles { display: grid; grid-template-columns: 352px 352px 352px; gap: 16px; padding: 0 56px 88px; background: var(--sand); }
.principle { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 28px; border-radius: 14px; background: var(--white); }
.principle__title { color: var(--ink); font-size: 21px; font-weight: 800; line-height: 1.25; }

/* ---------- Services ---------- */
.cap { display: flex; align-items: center; gap: 64px; padding: 88px 56px; }
.cap--white { background: var(--white); }
.cap--sand { background: var(--sand); }
.cap--navy { background: var(--navy); }
.cap__text { flex: 1 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.cap__visual { flex: 0 0 540px; min-width: 0; overflow: clip; }
.cap--navy .h-34 { color: var(--white); }
.cap--navy .copy-16 { color: rgba(255, 255, 255, 0.75); }
.stats { display: flex; align-items: flex-start; gap: 32px; }
.stat { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.stat__num { color: var(--ink); font-size: 26px; font-weight: 800; line-height: 1.2; }
.stat__label { color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.2; }

.card-title { font-size: 14px; font-weight: 700; line-height: 1.2; }
.card-row { display: flex; justify-content: space-between; align-items: center; }
.card-row__left { display: flex; align-items: center; gap: 8px; }
.card-row__left svg { width: 18px; height: 18px; color: var(--orange); }

/* Depot density */
.density { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px; border-radius: 20px; background: var(--navy-card); color: var(--white); }
.density .card-row { align-self: stretch; }
.density__live { color: rgba(255, 255, 255, 0.55); font-size: 12px; font-weight: 600; line-height: 1.2; }
.density__grid { display: grid; grid-template-columns: repeat(10, 50px); gap: 7px; justify-content: center; align-self: stretch; }
.density__grid i { display: block; width: 18px; height: 18px; border-radius: 100%; background: rgba(243, 106, 0, var(--a)); }
.density__caption { color: rgba(255, 255, 255, 0.5); font-size: 12px; line-height: 1.2; text-wrap: balance; }

/* Clearance flow */
.flow { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 28px; border-radius: 20px; background: var(--white); color: var(--ink); }
.steps { display: flex; justify-content: space-between; align-items: flex-start; align-self: stretch; }
.steps > * { flex: 1 0 0; }
.step { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.step__dot { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 100%; background: rgba(243, 106, 0, 0.12); color: var(--orange); }
.step__dot--done { background: rgba(243, 106, 0, 0.9); color: var(--white); }
.step__dot svg { width: 22px; height: 22px; }
.step__label { font-size: 12px; font-weight: 600; line-height: 1.2; text-align: center; }

/* Trunk route */
.route { display: flex; flex-direction: column; align-items: flex-start; gap: 36px; padding: 32px 28px; border-radius: 20px; background: var(--navy); color: var(--white); }
.route .steps { align-items: flex-start; min-height: 47px; } /* original height; "Johannesburg" is kept on one line instead of breaking mid-word */
.route .step { gap: 8px; }
.route__pin { width: 14px; height: 14px; border-radius: 100%; background: var(--orange); }
.route__city { color: rgba(255, 255, 255, 0.85); font-size: 10.5px; font-weight: 600; line-height: 1.2; letter-spacing: -0.1px; text-align: center; }
.route__city--s { font-size: 11px; letter-spacing: 0; }
.route__foot { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.6); font-size: 12px; font-weight: 500; line-height: 1.2; }
.route__foot svg { width: 16px; height: 16px; color: var(--orange); }

/* Province coverage */
.cap__visual--coverage { flex-basis: 536px; }
.coverage { display: grid; grid-template-columns: repeat(3, 156px); gap: 10px; justify-content: center; padding: 24px; border-radius: 20px; background: var(--white); }
.coverage__chip { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-radius: 10px; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 600; line-height: 1.2; }
.coverage__chip svg { width: 15px; height: 15px; color: var(--orange); }
.coverage__chip span { flex: 1 0 0; }

/* Shipment monitor */
.monitor { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding: 28px; border-radius: 20px; background: var(--navy-card); color: var(--white); }
.monitor .card-row { align-self: stretch; }
.monitor__status { color: var(--orange); font-size: 12px; font-weight: 600; line-height: 1.2; }
.monitor .step { gap: 8px; }
.monitor .step svg { width: 18px; height: 18px; }
.monitor__label { font-size: 11px; font-weight: 600; line-height: 1.2; text-align: center; color: rgba(255, 255, 255, 0.75); }
.step--pending { color: rgba(255, 255, 255, 0.4); }
.step--pending .monitor__label { color: rgba(255, 255, 255, 0.5); }
.step--done { color: var(--orange); }
.bars { display: flex; justify-content: flex-end; align-items: flex-end; height: 70px; align-self: stretch; }
.bars i { flex: 1 0 0; display: block; height: var(--h); border-radius: 4px 4px 0 0; background: rgba(243, 106, 0, var(--a)); }

.assurance { padding: 72px 56px; background: var(--white); }

/* ---------- Legal pages ---------- */
.legal { align-self: center; width: 920px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding: 88px 56px; background: var(--sand); }
.legal__title { color: var(--ink); font-size: 52px; font-weight: 800; line-height: 1.08; letter-spacing: -1.5px; }
.legal__updated { color: var(--orange); font-size: 14px; font-weight: 600; line-height: 1.4; }
.legal__body { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.legal__body h2 { color: var(--ink); font-size: 22px; font-weight: 800; line-height: 1.3; }
.legal__body p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal__body p.legal__contact { color: var(--orange); font-weight: 600; }

/* ---------- 404 ---------- */
.notfound { display: flex; flex-direction: column; align-items: flex-start; gap: 30px; padding: 120px 56px 140px; background: var(--navy); min-height: 600px; }
