:root {
  --green-950: #0d3d32;
  --green-800: #145747;
  --green-100: #e6f0ea;
  --yellow: #f4bd43;
  --yellow-soft: #fff4d7;
  --ink: #17201e;
  --muted: #64716d;
  --line: #d9e1dc;
  --paper: #fbfcfa;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 9; padding: 8px 12px; background: var(--yellow); color: var(--ink); }
.skip-link:focus { top: 16px; }
.notice-bar { color: #deeee6; background: var(--green-950); font-size: 12px; }
.notice-inner { display: flex; align-items: center; gap: 10px; min-height: 32px; letter-spacing: .02em; }
.notice-divider { width: 3px; height: 3px; border-radius: 50%; background: var(--yellow); }
.site-header { position: sticky; top: 0; z-index: 4; border-bottom: 1px solid rgba(217,225,220,.88); background: rgba(251,252,250,.96); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope, Arial, sans-serif; letter-spacing: .04em; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--green-950); background: var(--yellow); border-radius: 50%; }
.brand-mark svg { width: 19px; }
.brand-mark img { display: block; width: 100%; height: 100%; border-radius: inherit; }
.brand strong { display: block; font-size: 15px; font-weight: 800; }
.brand small { display: block; margin-top: 4px; color: var(--green-800); font-size: 9px; font-weight: 800; letter-spacing: .21em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: #46524e; }
.site-nav > a:not(.nav-cta):hover { color: var(--green-800); }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border-radius: 5px; color: white; background: var(--green-950); }
.nav-cta svg { width: 15px; }
.menu-button { display: none; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); color: var(--green-950); cursor: pointer; }
.hero { position: relative; min-height: 660px; overflow: hidden; color: white; background: var(--green-950); }
.hero::after { position: absolute; right: -185px; bottom: -220px; width: 620px; height: 620px; border: 1px solid rgba(244,189,67,.24); border-radius: 50%; content: ""; }
.hero-content { position: relative; z-index: 1; padding: 96px 0 55px; }
.eyebrow { margin: 0 0 15px; color: var(--green-800); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #ffe09a; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, Arial, sans-serif; line-height: 1.14; letter-spacing: 0; }
h1 { max-width: 720px; margin-bottom: 21px; font-size: 76px; font-weight: 800; }
.hero-copy { max-width: 555px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; gap: 9px; padding: 11px 16px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; cursor: pointer; }
.button svg { width: 17px; }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: #ffc851; }
.button-quiet { border-color: rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.08); }
.button-quiet:hover { background: rgba(255,255,255,.16); }
.button-whatsapp { border-color: rgba(255,255,255,.55); color: white; background: rgba(255,255,255,.08); }
.button-whatsapp:hover { background: rgba(255,255,255,.16); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 25px; color: #d6e5de; font-size: 11px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 15px; color: var(--yellow); }
.hero-showcase { position: absolute; top: 47px; right: 0; width: 520px; height: 455px; }
.showcase-tag { position: absolute; top: 7px; right: 2px; z-index: 4; color: #dcebe4; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; }.showcase-tag span { display: block; margin-top: 6px; color: var(--yellow); font-size: 12px; letter-spacing: 0; }
.showcase-real-card { position: absolute; overflow: hidden; margin: 0; border: 5px solid rgba(255,255,255,.86); border-radius: 9px; background: #f8faf8; box-shadow: 0 18px 30px rgba(0,0,0,.25); }
.showcase-real-card img { display: block; width: 100%; height: 100%; object-fit: contain; }
.showcase-real-card figcaption { position: absolute; right: 9px; bottom: 8px; left: 9px; padding: 4px 7px; border-radius: 3px; color: white; background: rgba(13,61,50,.9); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.showcase-real-card-fan { right: 205px; bottom: 18px; z-index: 2; width: 245px; height: 245px; transform: rotate(-3deg); }
.showcase-real-card-light { right: 6px; top: 72px; z-index: 3; width: 220px; height: 205px; transform: rotate(4deg); }
.showcase-real-card-storage { right: 99px; bottom: 0; z-index: 1; width: 172px; height: 218px; transform: rotate(2deg); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 82px 0 0; }
.hero-facts > div { min-width: 160px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.38); }
.hero-facts > div:first-child { padding-left: 0; border: 0; }
.hero-facts dt { margin-bottom: 3px; color: #c9d8d1; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-size: 15px; font-weight: 600; }
.section { padding: 104px 0; }
.section-heading h2, .proof-intro h2, .contact h2, .nigeria h2 { margin-bottom: 18px; font-size: 49px; font-weight: 800; }
.section-heading > p, .proof-intro > p, .contact > .shell p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 75px; align-items: end; margin-bottom: 44px; }
.split-heading h2 { max-width: 660px; margin-bottom: 0; }
.split-heading > p { max-width: 380px; margin-bottom: 4px; font-size: 16px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-height: 520px; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--white); }
.product-art { position: relative; flex: 1 1 auto; min-height: 215px; overflow: hidden; background: #eef4ef; }
.product-photo-wrap { display: grid; place-items: center; background: #f8faf8; }
.product-photo { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.product-photo-light { filter: contrast(1.12) brightness(.97); }
.product-text { padding: 20px 20px 21px; }
.product-index { display: flex; justify-content: space-between; gap: 8px; color: #8c9993; font-family: Manrope, sans-serif; font-size: 12px; font-weight: 700; }.product-index em { color: var(--green-800); font-family: "DM Sans", sans-serif; font-size: 10px; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.product-text h3 { margin: 7px 0 8px; font-size: 20px; }
.product-text p { min-height: 67px; margin-bottom: 12px; color: var(--muted); font-size: 14px; }.product-text ul { min-height: 78px; margin: 0 0 15px; padding: 0; list-style: none; color: #53625c; font-size: 12px; line-height: 1.45; }.product-text li { position: relative; padding: 0 0 6px 13px; }.product-text li::before { position: absolute; top: 7px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); content: ""; }
.product-text a, .text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--green-800); font-size: 13px; font-weight: 700; }
.product-text a svg, .text-link svg { width: 15px; }
.product-note { display: flex; align-items: center; gap: 8px; margin: 17px 0 0; color: var(--muted); font-size: 12px; }
.product-note svg { width: 15px; flex: none; }
.product-note > span { flex: 1 1 520px; }
.product-note a { display: inline-flex; align-items: center; gap: 5px; color: var(--green-800); font-weight: 700; }
.product-note a svg { width: 14px; }
.fan-head { position: absolute; top: 38px; left: 50%; width: 128px; height: 128px; border: 10px solid #2b4d45; border-radius: 50%; transform: translateX(-50%); background: #b9d0c3; }
.fan-head::after { position: absolute; top: 50%; left: 50%; width: 23px; height: 23px; border-radius: 50%; background: var(--yellow); transform: translate(-50%, -50%); content: ""; }
.fan-head b { position: absolute; top: 50%; left: 50%; width: 16px; height: 51px; border-radius: 12px 12px 5px 5px; background: #38675a; transform-origin: 50% 0; }
.fan-head b:nth-child(1) { transform: translateX(-50%) rotate(0deg); }.fan-head b:nth-child(2) { transform: translateX(-50%) rotate(90deg); }.fan-head b:nth-child(3) { transform: translateX(-50%) rotate(180deg); }.fan-head b:nth-child(4) { transform: translateX(-50%) rotate(270deg); }
.fan-neck { position: absolute; bottom: 35px; left: calc(50% - 10px); width: 20px; height: 68px; background: #2b4d45; }.fan-base { position: absolute; bottom: 18px; left: calc(50% - 58px); width: 116px; height: 19px; border-radius: 50%; background: #2b4d45; }
.portable-shell { position: absolute; top: 56px; left: 50%; width: 170px; height: 119px; border: 12px solid #303b38; border-radius: 18px; transform: translateX(-50%); background: #d8e6dc; }.portable-grille { position: absolute; top: 50%; left: 58%; width: 70px; height: 70px; border: 8px solid #51786b; border-radius: 50%; transform: translate(-50%, -50%); background: repeating-radial-gradient(circle, #d8e6dc 0 5px, #51786b 6px 7px); }.battery-indicator { position: absolute; bottom: 30px; left: 50%; width: 76px; height: 22px; border: 3px solid var(--yellow); border-radius: 4px; transform: translateX(-50%); }.battery-indicator::after { position: absolute; top: 4px; right: 4px; bottom: 4px; left: 4px; background: var(--yellow); content: ""; }
.lamp-top { position: absolute; top: 50px; left: calc(50% - 47px); width: 94px; height: 35px; border: 6px solid #2e4a44; border-bottom: 0; border-radius: 48px 48px 0 0; }.lamp-body { position: absolute; top: 75px; left: calc(50% - 55px); width: 110px; height: 105px; border: 8px solid #2e4a44; border-radius: 22px 22px 32px 32px; background: #c7dfd2; }.lamp-glow { position: absolute; right: calc(50% - 28px); bottom: 57px; width: 55px; height: 28px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 10px rgba(244,189,67,.17); }
.power-handle { position: absolute; top: 50px; left: calc(50% - 35px); width: 70px; height: 40px; border: 8px solid #304941; border-bottom: 0; border-radius: 20px 20px 0 0; }.power-box { position: absolute; top: 78px; left: calc(50% - 76px); width: 152px; height: 116px; border: 9px solid #304941; border-radius: 14px; background: #bad2c4; }.power-box b { position: absolute; top: 22px; left: 20px; width: 55px; height: 35px; border-radius: 4px; background: #28433b; }.power-box i { position: absolute; top: 22px; right: 20px; width: 29px; height: 29px; border-radius: 50%; background: var(--yellow); }.power-box em { position: absolute; bottom: 19px; left: 20px; width: 97px; height: 8px; background: #6d9283; }.power-cable { position: absolute; top: 186px; left: calc(50% + 56px); width: 48px; height: 52px; border: 3px solid #566761; border-top: 0; border-left: 0; border-radius: 0 0 30px 0; }
.buyer-fit { color: white; background: #123f35; }.buyer-fit .eyebrow { color: #ffe09a; }.buyer-fit-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }.buyer-fit h2 { margin-bottom: 19px; font-size: 43px; font-weight: 800; }.buyer-fit-layout > div > p:not(.eyebrow) { max-width: 470px; margin-bottom: 0; color: #c4d6cf; }.buyer-types { border-top: 1px solid rgba(255,255,255,.2); }.buyer-types article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }.buyer-types svg { width: 23px; color: var(--yellow); }.buyer-types h3 { margin-bottom: 5px; font-size: 18px; }.buyer-types p { margin: 0; color: #c4d6cf; font-size: 14px; }
.support { background: var(--green-950); color: white; }.support .eyebrow { color: #ffe09a; }.support .section-heading > p { color: #c6d7d0; }.support-layout { display: grid; grid-template-columns: .93fr 1.07fr; gap: 90px; }.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 19px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.22); }.process-list li > span { color: var(--yellow); font-family: Manrope, sans-serif; font-size: 13px; font-weight: 800; }.process-list h3 { margin-bottom: 6px; font-size: 18px; }.process-list p { margin: 0; color: #c6d7d0; font-size: 14px; }
.proof { background: var(--green-100); }.proof-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }.proof-intro > p { max-width: 535px; }.proof-intro > p + p { margin-top: 14px; }.text-link { margin-top: 9px; }.proof-list { border-top: 1px solid #b9cfc1; }.proof-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 13px; padding: 21px 0; border-bottom: 1px solid #b9cfc1; }.proof-list svg { width: 23px; color: var(--green-800); }.proof-list h3 { margin-bottom: 5px; font-size: 17px; }.proof-list p { margin: 0; color: #51615b; font-size: 14px; }
.factory-gallery { margin-top: 88px; }.factory-gallery-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 25px; padding-top: 24px; border-top: 1px solid #b9cfc1; }.factory-gallery-heading .eyebrow { margin-bottom: 10px; }.factory-gallery-heading h3 { max-width: 470px; margin: 0; font-size: 31px; }.factory-gallery-heading > p { max-width: 470px; margin: 0; color: #51615b; font-size: 14px; }.factory-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.factory-gallery-grid figure { position: relative; aspect-ratio: 4 / 3; overflow: hidden; margin: 0; border-radius: 5px; background: #dce8e1; }.factory-gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }.factory-gallery-grid figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 6px 8px; border-radius: 3px; color: white; background: rgba(9,45,37,.88); font-size: 11px; font-weight: 700; }.factory-gallery-note { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: #65746d; font-size: 11px; }.factory-gallery-note svg { width: 14px; flex: none; }
.company-story { background: var(--white); }.story-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 90px; margin-bottom: 48px; }.story-heading .eyebrow { grid-column: 1 / -1; }.story-heading h2 { max-width: 600px; margin: 0; font-size: 47px; font-weight: 800; }.story-heading > p:last-child { align-self: end; max-width: 440px; margin: 0; color: var(--muted); font-size: 16px; }.story-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; border-top: 1px solid var(--line); }.story-pillars article { padding: 25px 0 16px; border-right: 1px solid var(--line); }.story-pillars article:last-child { border-right: 0; }.story-pillars span { color: var(--green-800); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .08em; }.story-pillars h3 { max-width: 260px; margin: 18px 0 10px; font-size: 20px; }.story-pillars p { max-width: 315px; margin: 0; padding-right: 28px; color: var(--muted); font-size: 14px; }.company-statement { display: flex; align-items: flex-start; gap: 12px; max-width: 690px; margin-top: 53px; padding-top: 24px; border-top: 3px solid var(--yellow); }.company-statement svg { width: 27px; flex: none; color: var(--green-800); }.company-statement p { margin: -3px 0 0; color: var(--green-950); font-family: Manrope, sans-serif; font-size: 20px; font-weight: 700; line-height: 1.42; }
.nigeria { background: var(--yellow-soft); }.nigeria-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; }.nigeria-label { display: grid; place-items: center; min-height: 240px; border: 1px solid #e4cc8b; border-radius: 6px; color: var(--green-950); background: #fff9e9; }.nigeria-label span { font-family: Manrope, sans-serif; font-size: 26px; font-weight: 800; letter-spacing: .08em; }.nigeria-label small { display: block; margin-top: 5px; color: #a77d24; font-size: 11px; letter-spacing: .16em; text-align: center; }.nigeria-label svg { width: 23px; margin-top: -56px; color: #c99018; }.nigeria-label b { align-self: end; justify-self: end; margin: 0 18px 14px 0; color: #c99018; font-family: Manrope, sans-serif; font-size: 11px; letter-spacing: .12em; }.nigeria p:not(.eyebrow) { max-width: 700px; color: #56635e; }.market-points { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }.market-points div { display: inline-flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid #e4cc8b; border-radius: 5px; color: var(--green-950); background: rgba(255,255,255,.53); font-size: 13px; font-weight: 700; }.market-points svg { width: 17px; color: #b77f12; }
.africa-framework { background: #f3f7f4; }.africa-framework-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.africa-framework-grid article { position: relative; min-height: 238px; padding: 24px 24px 22px; border: 1px solid #d7e5dd; border-radius: 6px; background: var(--white); }.africa-framework-grid article > span { color: #a17b2b; font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; }.africa-framework-grid article > svg { position: absolute; top: 24px; right: 23px; width: 24px; color: var(--green-800); }.africa-framework-grid h3 { margin: 51px 0 9px; font-size: 20px; }.africa-framework-grid p { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; }.africa-route { display: grid; grid-template-columns: auto 22px auto 22px auto; align-items: center; gap: 13px; margin-top: 34px; padding-top: 20px; border-top: 1px solid #cbdcd3; color: var(--green-800); font-family: Manrope, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .11em; }.africa-route svg { width: 17px; color: #b58a33; }.africa-route strong { color: #a16f1c; }.africa-route small { grid-column: 1 / -1; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .02em; }
.contact { background: var(--white); }.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.contact-layout > div > p:not(.eyebrow) { color: var(--muted); }.contact-meta { display: grid; gap: 13px; margin-top: 33px; color: #45544e; font-size: 14px; }.contact-meta div { display: flex; align-items: flex-start; gap: 9px; }.contact-meta svg { width: 18px; flex: none; color: var(--green-800); }.contact-meta small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }.enquiry-form { display: grid; gap: 16px; padding: 25px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.enquiry-form label { display: grid; gap: 7px; color: #47564f; font-size: 12px; font-weight: 700; }.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #cbd5d0; border-radius: 4px; outline: 0; color: var(--ink); background: white; font-size: 14px; font-weight: 400; }.enquiry-form textarea { resize: vertical; }.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--green-800); box-shadow: 0 0 0 3px rgba(20,87,71,.12); }.enquiry-form .button { justify-self: start; }.form-status { min-height: 21px; margin: -3px 0 0; color: var(--muted); font-size: 12px; }.form-privacy { margin: -7px 0 0; color: var(--muted); font-size: 11px; }.form-privacy a, .legal-name a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }.site-footer { padding: 32px 0; color: #c9d7d1; background: #092d25; }.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; }.footer-brand { color: white; }.footer-brand .brand-mark { color: var(--green-950); }.footer-brand small { color: #e4c166; }.footer-inner p { margin: 0; font-size: 12px; }.legal-name { text-align: right; }
@media (max-width: 900px) { h1 { font-size: 60px; }.hero-showcase { display: none; }.section-heading h2, .proof-intro h2, .contact h2, .nigeria h2 { font-size: 41px; }.story-heading h2, .buyer-fit h2 { font-size: 41px; }.site-nav { gap: 16px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.africa-framework-grid { grid-template-columns: repeat(2, 1fr); }.support-layout, .proof-layout, .contact-layout, .buyer-fit-layout { gap: 50px; }.split-heading { gap: 35px; } }
@media (max-width: 700px) { :root { --shell: min(100% - 32px, 1180px); }.notice-inner { min-height: 30px; font-size: 10px; }.nav-wrap { height: 65px; }.menu-button { display: grid; }.site-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 16px 18px; border-bottom: 1px solid var(--line); background: var(--paper); }.site-nav.is-open { display: grid; }.site-nav > a { padding: 12px 0; border-bottom: 1px solid var(--line); }.site-nav > a:last-child { margin-top: 10px; border: 0; }.nav-cta { justify-content: center; }.hero { min-height: 600px; }.hero-content { padding: 75px 0 34px; }.hero-showcase { display: none; }h1 { font-size: 43px; }.section-heading h2, .proof-intro h2, .contact h2, .nigeria h2, .story-heading h2, .buyer-fit h2 { font-size: 32px; }.hero-copy { font-size: 17px; }.hero-facts { gap: 18px 0; margin-top: 51px; }.hero-facts > div { min-width: 50%; padding: 0 16px; }.hero-facts > div:nth-child(odd) { padding-left: 0; border: 0; }.hero-facts > div:last-child { min-width: 100%; padding-left: 0; border: 0; }.section { padding: 70px 0; }.split-heading, .support-layout, .proof-layout, .nigeria-layout, .contact-layout, .story-heading, .buyer-fit-layout { grid-template-columns: 1fr; gap: 30px; }.split-heading > p { margin: -6px 0 0; }.story-heading h2 { margin-bottom: -10px; }.story-pillars { grid-template-columns: 1fr; gap: 0; }.story-pillars article { padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }.story-pillars p { padding-right: 0; }.company-statement { margin-top: 34px; }.company-statement p { font-size: 18px; }.product-grid { grid-template-columns: 1fr; gap: 14px; }.product-card { min-height: 0; }.product-art { min-height: 230px; }.product-text p, .product-text ul { min-height: 0; }.proof-list { margin-top: 2px; }.nigeria-label { min-height: 120px; }.nigeria-label svg { margin-top: -18px; }.africa-framework-grid { grid-template-columns: 1fr; }.africa-route { grid-template-columns: auto 18px auto; gap: 9px; font-size: 10px; }.africa-route span:last-of-type { grid-column: 1 / -1; }.africa-route svg:last-of-type { display: none; }.africa-route small { margin-top: 4px; }.field-row { grid-template-columns: 1fr; }.enquiry-form { padding: 18px; }.footer-inner { grid-template-columns: 1fr; gap: 14px; }.legal-name { text-align: left; }.site-footer { padding: 27px 0; } }
@media (max-width: 900px) { .factory-gallery-heading { gap: 35px; }.factory-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .factory-gallery { margin-top: 60px; }.factory-gallery-heading { grid-template-columns: 1fr; gap: 18px; }.factory-gallery-heading h3 { font-size: 28px; } }
@media (max-width: 420px) { .factory-gallery-grid { grid-template-columns: 1fr; } }

/* Focused product architecture for distributor-facing buyers. */
.solution-architecture { margin-top: 70px; padding-top: 28px; border-top: 1px solid var(--line); }
.solution-architecture-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 26px; }
.solution-architecture-heading .eyebrow { margin-bottom: 10px; }
.solution-architecture-heading h3 { max-width: 560px; margin: 0; font-size: 31px; }
.solution-architecture-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.solution-grid article { position: relative; min-height: 245px; padding: 22px 21px 20px; border: 1px solid var(--line); border-radius: 5px; background: #f8faf8; }
.solution-grid article > span { color: var(--green-800); font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.solution-grid article > svg { position: absolute; top: 20px; right: 20px; width: 22px; color: #b4872d; }
.solution-grid h4 { margin: 42px 0 9px; font-family: Manrope, Arial, sans-serif; font-size: 19px; line-height: 1.2; }
.solution-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.package-strip { display: grid; grid-template-columns: 190px 1fr; gap: 22px; align-items: center; margin-top: 19px; padding: 16px 18px; border-left: 3px solid var(--yellow); background: var(--yellow-soft); }
.package-strip div { display: grid; gap: 2px; }
.package-strip strong { color: var(--green-950); font-family: Manrope, sans-serif; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.package-strip span { color: #a17b2b; font-size: 11px; }
.package-strip p { margin: 0; color: #56635e; font-size: 13px; }
.procurement-note { display: flex; align-items: flex-start; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: 11px; }
.procurement-note svg { width: 15px; flex: none; color: var(--green-800); }
.procurement-note strong { color: var(--green-950); }
@media (max-width: 900px) { .solution-architecture-heading { gap: 35px; }.solution-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .solution-architecture { margin-top: 52px; }.solution-architecture-heading { grid-template-columns: 1fr; gap: 18px; }.solution-grid { grid-template-columns: 1fr; }.solution-grid article { min-height: 0; }.package-strip { grid-template-columns: 1fr; gap: 7px; } }
.enquiry-form .button:disabled { cursor: wait; opacity: .65; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* The hero uses isolated transparent product cutouts instead of overlapping white cards. */
.hero-showcase { display: block; width: 540px; height: 455px; top: 38px; }
.showcase-tag { top: 0; right: 0; }
.showcase-products { position: absolute; top: 66px; right: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; align-items: end; }
.showcase-product { display: grid; grid-template-rows: 300px auto; min-width: 0; margin: 0; }
.showcase-product-image { display: flex; align-items: end; justify-content: center; height: 300px; padding: 8px; }
.showcase-product-image img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; filter: drop-shadow(0 18px 16px rgba(0,0,0,.22)); }
.showcase-product-fan .showcase-product-image img { max-height: 286px; }
.showcase-product-light .showcase-product-image img { max-height: 245px; }
.showcase-product-storage .showcase-product-image img { max-height: 286px; }
.showcase-product figcaption { display: flex; align-items: center; gap: 9px; min-height: 42px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.28); color: #f3f8f4; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.showcase-product figcaption strong { color: var(--yellow); font-family: Manrope, sans-serif; font-size: 12px; }
@media (max-width: 900px) { .hero-showcase { display: none; } }

/* Lagos is a soft, full-bleed context image so the hero feels like a market statement, not a product catalogue. */
.hero-shade { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: var(--green-950); }
.hero-shade::before { position: absolute; inset: -10px; background: url("assets/lagos-victoria-island.jpg") center 44% / cover no-repeat; filter: blur(2.5px); transform: scale(1.035); content: ""; }
.hero-shade::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,61,50,.99) 0%, rgba(13,61,50,.93) 35%, rgba(13,61,50,.63) 66%, rgba(13,61,50,.56) 100%); content: ""; }
.hero-credit { position: absolute; right: 0; bottom: 39px; z-index: 2; display: grid; gap: 4px; margin: 0; color: rgba(255,255,255,.55); font-size: 9px; text-align: right; }
.hero-credit strong { color: var(--yellow); font-size: 10px; letter-spacing: .12em; }
.hero-credit span { color: rgba(255,255,255,.53); }
@media (max-width: 900px) { .hero-credit { display: none; } }
