:root {
    --navy: #071c36;
    --blue: #153959;
    --gold: #f3bc45;
    --ink: #12283d;
    --muted: #566675;
    --line: #dce2e7;
    --pale: #f3f6f8;
    --white: #fff
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

img {
    max-width: 100%
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #267dc9;
    outline-offset: 5px
}

.container {
    width: min(1240px, calc(100% - 96px));
    margin: auto
}

.topbar {
    background: var(--navy);
    color: #d3dce6;
    font-size: .8125rem
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 9px;
    padding-bottom: 9px
}

.top-divider {
    margin: 0 16px;
    color: var(--gold)
}

.topbar a span {
    color: var(--gold);
    margin-left: 14px
}

.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #ebedf0
}

.nav-wrap {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.3
}

.brand img {
    width: 90px;
    height: 65px;
    object-fit: contain
}

.brand strong {
    font-size: 1.6rem;
    letter-spacing: .08em;
    display: block
}

.brand>span>span {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .075em;
    display: block
}

.brand small {
    font-size: .6rem;
    letter-spacing: .13em
}

nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: .875rem;
    font-weight: 600
}

nav>a:not(.button):hover {
    color: #997010
}

.button {
    padding: 15px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    transition: background .2s, transform .2s
}

.button:hover {
    transform: translateY(-2px)
}

.button-navy {
    background: var(--navy);
    color: white
}

.button-navy:hover {
    background: #214565
}

.button-gold {
    background: var(--gold);
    color: var(--navy)
}

.button-gold:hover {
    background: #ffd478
}

.button span {
    font-size: 1.3rem
}

.menu-toggle {
    display: none
}

.hero {
    min-height: 660px;
    position: relative;
    isolation: isolate;
    background: var(--navy);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 57%;
    z-index: -3
}

.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(4, 21, 39, .82), rgba(4, 21, 39, .38) 63%, rgba(4, 21, 39, .1)), linear-gradient(0deg, rgba(4, 21, 39, .75), transparent 30%)
}

.hero-content {
    padding-top: 74px;
    padding-bottom: 55px
}

.eyebrow {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.6;
    margin: 0 0 25px;
    color: #687382
}

.eyebrow.light {
    color: #e2c177
}

.gold-line {
    width: 30px;
    height: 2px;
    background: var(--gold);
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle
}

h1 {
    font-size: clamp(3rem, 5.45vw, 5rem);
    font-weight: 500;
    letter-spacing: -.052em;
    line-height: 1.06;
    margin: 0 0 26px
}

h1 em {
    font-style: normal;
    color: var(--gold)
}

.hero-description {
    font-size: 1.05rem;
    line-height: 1.85;
    max-width: 510px;
    color: #e1e7ee;
    margin: 0 0 28px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px
}

.text-link {
    font-size: .875rem;
    border-bottom: 1px solid #8593a1;
    padding: 10px 0
}

.text-link span {
    margin-left: 15px
}

.hero-bottom {
    padding-top: 17px;
    padding-bottom: 20px;
    border-top: 1px solid #ffffff3d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    letter-spacing: .11em
}

.hero-bottom a {
    letter-spacing: 0;
    font-size: .875rem
}

.hero-bottom a span {
    margin-left: 15px;
    color: var(--gold)
}

.service-strip {
    background: var(--navy);
    color: #edf0f4;
    border-top: 1px solid #ffffff12
}

.service-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: .9rem
}

.service-strip span:nth-child(even) {
    color: var(--gold);
    font-size: .7rem
}

.section {
    padding-top: 96px;
    padding-bottom: 96px
}

h2 {
    font-size: clamp(2rem, 3.15vw, 2.9rem);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -.04em;
    margin: 0 0 26px
}

p {
    margin: 0 0 20px
}

.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.about-copy>p:not(.lead) {
    color: var(--muted);
    font-size: 1rem
}

.lead {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -.02em;
    margin-bottom: 20px
}

.inline-link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 25px;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 22px;
    margin-top: 30px;
    font-size: .875rem;
    font-weight: 700
}

.inline-link span {
    font-size: .8125rem;
    color: var(--muted)
}

.services {
    background: var(--pale)
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
    margin-bottom: 42px
}

.section-heading h2 {
    margin-bottom: 0
}

.section-heading>p {
    max-width: 340px;
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 4px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line)
}

.service-card {
    background: #fff;
    padding: 31px 30px;
    display: flex;
    flex-direction: column;
    transition: background .2s
}

.service-card:hover {
    background: #fbfcfd
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.service-number {
    font-size: .8125rem;
    color: #64717f
}

.card-top svg {
    width: 36px;
    height: 36px;
    stroke: #173c60;
    fill: none;
    stroke-width: 1.4;
    stroke-linejoin: round;
    stroke-linecap: round
}

h3 {
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -.02em;
    margin: 0 0 14px
}

.service-card p {
    color: var(--muted);
    font-size: .95rem;
    margin-bottom: 27px
}

.service-card a {
    margin-top: auto;
    border-top: 1px solid #e9ecef;
    padding-top: 18px;
    font-size: .8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.service-card a span {
    font-size: 1.3rem;
    color: #a3781e
}

.approach {
    background: var(--navy);
    color: white
}

.approach .section-heading>p {
    color: #c2cdda
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 56px
}

.steps article {
    border-top: 1px solid #4a5767;
    padding-top: 24px
}

.steps article>span {
    color: var(--gold);
    font-size: .8125rem;
    display: block;
    margin-bottom: 25px
}

.steps p {
    font-size: .95rem;
    color: #bcc9d6;
    margin-bottom: 0
}

.approach-note {
    display: flex;
    gap: 45px;
    align-items: center;
    border-top: 1px solid #354759;
    margin-top: 50px;
    padding-top: 28px
}

.small-label {
    font-size: .6875rem;
    letter-spacing: .12em;
    color: #b1bfd0
}

.approach-note p {
    margin: 0;
    font-size: .95rem
}

.industries {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center
}

.industries>div>p:last-child {
    color: var(--muted);
    max-width: 385px
}

.industry-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px
}

.industry-list span {
    border-bottom: 1px solid var(--line);
    padding: 21px 0;
    font-size: .9rem;
    display: flex;
    gap: 12px;
    align-items: center
}

.industry-list span:before {
    content: '↗';
    color: #b0862c
}

.contact {
    background: var(--gold);
    padding: 75px 0
}

.contact .eyebrow {
    color: #514626
}

.contact-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 70px
}

.contact-inner>div>p:not(.eyebrow) {
    color: #35404a
}

.contact .button {
    margin-top: 8px
}

.contact-details {
    border-left: 1px solid #99721d55;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-details>div>span {
    font-size: .6875rem;
    letter-spacing: .12em;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #514626
}

.contact-details a {
    display: block;
    font-size: 1rem;
    width: fit-content;
    max-width: 100%
}

.contact-details a:hover {
    text-decoration: underline
}

.email-address {
    overflow-wrap: anywhere
}

.contact-details p {
    margin: 0
}

footer {
    background: #06172d;
    color: #c9d2de;
    padding: 48px 0 22px
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px
}

.footer-brand {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1.4
}

.footer-brand span {
    display: block;
    font-size: .6rem;
    letter-spacing: .08em
}

.footer-top p {
    font-size: .875rem;
    margin: 0
}

.footer-top>a:last-child {
    font-size: .8125rem
}

.footer-bottom {
    border-top: 1px solid #ffffff24;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: .75rem;
    color: #9fabbc
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 15px;
    background: white;
    padding: 12px;
    z-index: 100
}

.skip-link:focus {
    top: 10px
}

@media(min-width:1700px) {
    .hero {
        min-height: 760px
    }

    .hero-content {
        padding-top: 100px
    }
}

@media(max-width:1050px) {
    .container {
        width: calc(100% - 56px)
    }

    nav {
        gap: 19px
    }

    .brand img {
        width: 70px
    }

    .brand>span>span {
        max-width: 140px
    }

    .section {
        padding: 75px 0
    }

    .about {
        gap: 50px
    }

    .service-card {
        padding: 25px 23px
    }

    .industries {
        gap: 40px
    }

    .contact-inner {
        gap: 40px
    }

    .contact-details {
        padding-left: 32px
    }

    .topbar .container>span {
        font-size: .75rem
    }

    .steps {
        gap: 20px
    }

    .steps h3 {
        font-size: 1.05rem
    }
}

@media(max-width:800px) {
    html {
        scroll-padding-top: 95px
    }

    .topbar .container>span {
        font-size: .75rem
    }

    .topbar .container>span .top-divider,
    .topbar .container>span {
        font-size: 0
    }

    .topbar .container>span:before {
        content: 'Freetown, Sierra Leone';
        font-size: .75rem
    }

    .topbar a {
        font-size: .75rem
    }

    .nav-wrap {
        min-height: 88px
    }

    .brand img {
        width: 77px
    }

    .menu-toggle {
        display: flex;
        gap: 12px;
        align-items: center;
        border: 1px solid #dce2e7;
        background: white;
        padding: 9px 14px;
        font-size: .875rem;
        color: var(--navy)
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 20px 28px 28px;
        box-shadow: 0 12px 16px #071c3614;
        border-bottom: 1px solid var(--line)
    }

    nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    nav>a {
        padding: 14px
    }

    nav .button {
        margin-top: 10px
    }

    .hero {
        min-height: 620px
    }

    .hero-content {
        padding-top: 68px
    }

    .hero-image {
        object-position: 60% 50%
    }

    .hero-shade {
        background: linear-gradient(90deg, #041527dc, #04152765), linear-gradient(0deg, #04152790, transparent)
    }

    h1 {
        font-size: 3.65rem
    }

    .about {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .about h2 br {
        display: none
    }

    .section-heading {
        align-items: start;
        gap: 30px
    }

    .section-heading>p {
        max-width: 240px
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px
    }

    .industries {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .industry-list {
        gap: 0 35px
    }

    .contact-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .contact-details {
        border-left: 0;
        border-top: 1px solid #99721d55;
        padding-left: 0;
        padding-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1.3fr
    }

    .footer-top {
        align-items: start;
        flex-wrap: wrap
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px
    }

    .service-strip .container {
        gap: 10px;
        font-size: .75rem
    }
}

@media(max-width:520px) {
    .container {
        width: calc(100% - 40px)
    }

    .topbar .container {
        gap: 10px
    }

    .brand {
        gap: 7px
    }

    .brand img {
        width: 65px;
        height: 50px
    }

    .brand strong {
        font-size: 1.35rem
    }

    .brand>span>span {
        font-size: .55rem;
        max-width: 125px
    }

    .brand small {
        font-size: .55rem
    }

    .menu-toggle {
        padding: 8px 10px;
        font-size: .8125rem
    }

    .hero {
        min-height: 640px
    }

    .hero-content {
        padding-top: 58px;
        padding-bottom: 50px
    }

    .eyebrow {
        font-size: .6875rem;
        letter-spacing: .11em
    }

    .hero .eyebrow {
        max-width: 300px
    }

    .gold-line {
        width: 20px;
        margin-right: 7px
    }

    h1 {
        font-size: clamp(2.5rem, 10.8vw, 3.5rem);
        letter-spacing: -.05em
    }

    .hero-description {
        font-size: 1rem;
        max-width: 340px
    }

    .hero-description br {
        display: none
    }

    .hero-actions {
        align-items: start;
        flex-direction: column;
        gap: 15px
    }

    .hero-bottom {
        font-size: .6rem;
        gap: 20px
    }

    .hero-bottom>span {
        max-width: 160px
    }

    .hero-bottom a {
        font-size: .8125rem;
        white-space: nowrap
    }

    .service-strip .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 25px;
        padding-top: 21px;
        padding-bottom: 21px;
        font-size: .8125rem
    }

    .service-strip span:nth-child(even) {
        display: none
    }

    .service-strip span:before {
        content: '•';
        color: var(--gold);
        margin-right: 12px
    }

    .section {
        padding: 60px 0
    }

    .section-heading {
        flex-direction: column;
        gap: 0;
        margin-bottom: 28px
    }

    .section-heading>p {
        max-width: 100%;
        margin-top: 20px
    }

    .service-grid {
        grid-template-columns: 1fr
    }

    .service-card {
        padding: 28px
    }

    .card-top {
        margin-bottom: 20px
    }

    .service-card h3 {
        font-size: 1.25rem
    }

    .service-card p {
        font-size: 1rem
    }

    .service-card a {
        font-size: .875rem
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px
    }

    .steps article {
        position: relative;
        padding-left: 44px;
        padding-top: 22px
    }

    .steps article>span {
        position: absolute;
        left: 0;
        top: 23px
    }

    .steps h3 {
        font-size: 1.125rem
    }

    .approach-note {
        flex-direction: column;
        gap: 12px;
        align-items: start;
        margin-top: 35px
    }

    .industry-list {
        grid-template-columns: 1fr;
        gap: 0
    }

    .industry-list span {
        padding: 17px 0;
        font-size: 1rem
    }

    .contact {
        padding: 60px 0
    }

    .contact h2 {
        font-size: 2.1rem
    }

    .contact-details {
        display: flex;
        gap: 25px
    }

    .footer-top {
        gap: 25px
    }

    .footer-top p {
        width: 100%;
        order: 3
    }

    .footer-brand {
        font-size: 1.75rem
    }

    .footer-brand span {
        font-size: .55rem;
        max-width: 190px
    }

    .footer-top>a:last-child {
        padding-top: 10px
    }

    .inline-link {
        flex-direction: column;
        gap: 10px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}