.about-page {
    min-height: 100vh;
    background: var(--surface);
    color: var(--ink)
}

.origin-brand-art{padding:0;overflow:hidden;background:var(--about-surface,#fff)}.origin-brand-art img{width:100%;height:100%;min-height:520px;object-fit:cover}.origin-brand-art figcaption{position:absolute;left:24px;right:24px;bottom:24px;padding:16px 18px;border-radius:16px;background:rgba(5,54,66,.86);color:#fff;backdrop-filter:blur(12px)}.origin-brand-art figcaption span,.origin-brand-art figcaption strong{display:block}.origin-brand-art figcaption span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.privacy-brand-art{overflow:hidden;padding:0}.privacy-brand-art img{width:100%;height:100%;min-height:370px;object-fit:cover;border-radius:22px}
@media(max-width:680px){.origin-brand-art img{min-height:360px}.privacy-brand-art img{min-height:300px}}

.about-container {
    width: min(1180px,calc(100% - 40px));
    margin-inline:auto}

.about-header .nav-wrap {
    height: 74px
}

.about-header .brand {
    flex-basis: 205px
}

.about-header .brand img {
    height: 44px
}

.about-header .desktop-nav {
    gap: 18px
}

.about-header .desktop-nav a {
    padding: 26px 0 21px;
    font-size: 10px
}

.about-header .desktop-nav a.active {
    color: var(--teal);
    border-bottom: 2px solid var(--aqua)
}

.about-contact-link {
    padding: 8px 13px;
    border: 1px solid var(--teal);
    border-radius: 9px;
    color: var(--teal);
    font-size: 9px;
    font-weight: 800
}

.about-boundary {
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #f6fafb;
    color: #62777f;
    font-size: 9px
}

.about-boundary>i {
    color: var(--ocean);
    font-size: 13px
}

.about-boundary a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 9px;
    color: #a04441;
    font-weight: 800
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--violet);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.about-eyebrow.light {
    color: #d9c5ef
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 83px 0 91px;
    background: radial-gradient(circle at 82% 12%,rgba(198,153,231,.24),transparent 28%),radial-gradient(circle at 15% 90%,rgba(85,214,217,.18),transparent 25%),linear-gradient(135deg,#f2fbfc,#faf6fc)
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(20,126,145,.1) 1px,transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(90deg,transparent,black 45%,transparent)
}

.about-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 75px;
    align-items: center
}

.about-hero h1,.about-section-heading h2,.origin-copy h2,.responsibility-grid h2,.about-cta-card h2 {
    font-family: Sora,sans-serif;
    letter-spacing: -.045em;
    line-height: 1.12
}

.about-hero h1 {
    max-width: 720px;
    margin: 12px 0 18px;
    font-size: clamp(43px,5.5vw,68px)
}

.about-hero-copy>p {
    max-width: 670px;
    margin: 0;
    color: #5c727b;
    font-size: 14px;
    line-height: 1.75
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 20px
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 17px;
    border: 1px solid var(--teal);
    border-radius: 11px;
    background: var(--teal);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(6,78,91,.14)
}

.about-button.secondary {
    background: var(--surface);
    color: var(--teal);
    box-shadow: none
}

.about-button.pale {
    border-color: #fff;
    background: #fff;
    color: var(--teal)
}

.about-button.ghost {
    border-color: rgba(255,255,255,.35);
    background: transparent;
    color: #fff;
    box-shadow: none
}

.hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #5f747c;
    font-size: 8px;
    font-weight: 700
}

.hero-assurances span {
    display: flex;
    align-items: center;
    gap: 5px
}

.hero-assurances i {
    color: #2a8068;
    font-size: 13px
}

.about-hero-visual {
    position: relative;
    min-height: 460px;
    display: grid;
    place-items: center
}

.story-orbit {
    position: absolute;
    border: 1px solid rgba(20,126,145,.16);
    border-radius: 50%
}

.orbit-one {
    width: 350px;
    height: 350px
}

.orbit-two {
    width: 440px;
    height: 440px;
    border-style: dashed
}

.story-core {
    position: relative;
    z-index: 2;
    width: 265px;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: linear-gradient(145deg,#58cbc8,#7b58ad);
    color: #fff;
    box-shadow: 0 30px 80px rgba(72,52,107,.24);
    text-align: center
}

.core-mark {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
    border-radius: 20px;
    background: rgba(255,255,255,.17);
    font-size: 31px
}

.story-core strong {
    font: 600 18px/1.35 Sora,sans-serif
}

.story-core small {
    margin-top: 9px;
    color: #e6f7f7;
    font-size: 8px;
    letter-spacing: .05em
}

.story-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 13px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 13px;
    background: rgba(255,255,255,.93);
    color: #38535c;
    box-shadow: 0 15px 40px rgba(6,78,91,.12);
    backdrop-filter: blur(8px)
}

.story-card>i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #e1f2f2;
    color: var(--ocean);
    font-size: 18px
}

.story-card>span:last-child {
    display: flex;
    flex-direction: column
}

.story-card strong {
    font-size: 9px
}

.story-card small {
    margin-top: 2px;
    color: #72858c;
    font-size: 7px
}

.card-private {
    top: 21px;
    right: 5px
}

.card-local {
    left: 0;
    top: 194px
}

.card-human {
    right: 1px;
    bottom: 24px
}

.ghana-colours {
    width: 34px;
    height: 34px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column
}

.ghana-colours i {
    flex: 1
}

.ghana-colours i:nth-child(1) {
    background: #ce3b46
}

.ghana-colours i:nth-child(2) {
    background: #e9bd35
}

.ghana-colours i:nth-child(3) {
    background: #247650
}

.purpose-section {
    padding: 90px 0
}

.about-section-heading {
    max-width: 760px;
    margin-bottom: 35px
}

.about-section-heading.centered {
    margin-inline:auto;text-align: center
}

.about-section-heading h2 {
    margin: 8px 0 12px;
    font-size: clamp(31px,4vw,46px)
}

.about-section-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.75
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px
}

.purpose-grid article {
    position: relative;
    overflow: hidden;
    min-height: 245px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface);
    box-shadow: 0 12px 35px rgba(6,78,91,.055)
}

.purpose-grid article::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(85,214,217,.08)
}

.purpose-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 16px;
    font-size: 24px
}

.purpose-icon.teal {
    background: #dff3f2;
    color: #167b81
}

.purpose-icon.violet {
    background: #eee5f7;
    color: #7650a5
}

.purpose-icon.green {
    background: #e0f1e6;
    color: #347b52
}

.purpose-grid h3 {
    margin: 0 0 10px;
    font: 600 18px/1.3 Sora,sans-serif
}

.purpose-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7
}

.origin-section {
    padding: 90px 0;
    background: #eff8f8;
    border-block:1px solid #dbe8ea}

.origin-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 80px;
    align-items: center
}

.origin-visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg,#ccebed 0,#e8f2d8 58%,#a7cc91 59%,#5f9a68 100%);
    box-shadow: 0 25px 65px rgba(24,89,97,.13)
}

.origin-sun {
    position: absolute;
    right: 55px;
    top: 48px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #f9d47d;
    box-shadow: 0 0 0 18px rgba(249,212,125,.19)
}

.origin-land {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -20%;
    height: 65%;
    border-radius: 50% 50% 0 0
}

.land-back {
    bottom: -2%;
    background: #8bb677;
    transform: rotate(-4deg)
}

.land-front {
    background: #4f8d64;
    transform: rotate(7deg)
}

.origin-path {
    position: absolute;
    left: 48%;
    bottom: -10px;
    width: 70px;
    height: 235px;
    border-radius: 50%;
    background: #e5c99b;
    transform: rotate(10deg);
    clip-path: polygon(43% 0,57% 0,100% 100%,0 100%)
}

.origin-pin {
    position: absolute;
    left: 45%;
    top: 130px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 5px solid rgba(255,255,255,.65);
    border-radius: 50%;
    background: #7a54a7;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 12px 30px rgba(67,47,92,.24)
}

.origin-caption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    padding: 13px 15px;
    border-radius: 13px;
    background: rgba(5,50,59,.86);
    color: #fff;
    backdrop-filter: blur(6px)
}

.origin-caption span {
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #aee8e4
}

.origin-caption strong {
    margin-top: 2px;
    font: 600 11px Sora,sans-serif
}

.origin-copy h2 {
    margin: 9px 0 17px;
    font-size: 42px
}

.origin-copy>p {
    margin: 0 0 15px;
    color: #5c727a;
    font-size: 12px;
    line-height: 1.8
}

.origin-copy blockquote {
    position: relative;
    margin: 27px 0 0;
    padding: 18px 19px 18px 52px;
    border: 1px solid #cfdee0;
    border-radius: 16px;
    background: rgba(255,255,255,.68)
}

.origin-copy blockquote>i {
    position: absolute;
    left: 18px;
    top: 17px;
    color: var(--violet);
    font-size: 24px
}

.origin-copy blockquote p {
    margin: 0;
    color: #35515a;
    font: 500 13px/1.7 Sora,sans-serif
}

.definition-section {
    padding: 90px 0
}

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

.definition-card {
    padding: 27px;
    border: 1px solid var(--line);
    border-radius: 21px;
    background: var(--surface);
    box-shadow: 0 12px 36px rgba(6,78,91,.05)
}

.definition-card>header {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line)
}

.definition-card>header>span {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    font-size: 25px
}

.is-card>header>span {
    background: #ddf2e7;
    color: #2f8156
}

.not-card>header>span {
    background: #f8e6e4;
    color: #b0504c
}

.definition-card header small {
    color: var(--muted);
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .09em
}

.definition-card h3 {
    margin: 3px 0 0;
    font: 600 18px Sora,sans-serif
}

.definition-card ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none
}

.definition-card li {
    position: relative;
    padding-left: 17px;
    color: #586f78;
    font-size: 10px;
    line-height: 1.55
}

.definition-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5ac4be
}

.not-card li::before {
    background: #d88982
}

.principles-section {
    padding: 90px 0;
    background: linear-gradient(135deg,#f7f4fb,#eef9f9);
    border-block:1px solid var(--line)}

.principles-workspace {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 18px
}

.principle-tabs {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.principle-tabs button {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: .2s ease
}

.principle-tabs button.active {
    border-color: #87cbd0;
    background: #f7ffff;
    box-shadow: 0 13px 30px rgba(7,91,103,.1);
    transform: translateX(5px)
}

.principle-tabs button>span:nth-child(2) {
    display: flex;
    flex-direction: column
}

.principle-tabs strong {
    font-size: 10px
}

.principle-tabs small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 8px
}

.principle-tab-icon {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-size: 19px
}

.principle-tab-icon.privacy {
    background: #dff1f2;
    color: #147785
}

.principle-tab-icon.safety {
    background: #f7e4e6;
    color: #b64f5b
}

.principle-tab-icon.context {
    background: #eee5f8;
    color: #7850a8
}

.principle-tab-icon.access {
    background: #e1f1e5;
    color: #33794d
}

.principle-panels {
    min-width: 0
}

.principle-panel {
    position: relative;
    min-height: 510px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 35px;
    align-items: center;
    overflow: hidden;
    padding: 35px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: 0 16px 45px rgba(6,78,91,.06)
}

.panel-number {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #e5edef;
    font: 700 76px Sora,sans-serif
}

.panel-illustration {
    position: relative;
    min-height: 330px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(145deg,#dff2f2,#c9e4e8)
}

.shield-ring {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
    border: 18px solid rgba(255,255,255,.52);
    border-radius: 50%;
    background: #4fb9b6;
    color: #fff;
    font-size: 45px;
    box-shadow: 0 0 0 23px rgba(79,185,182,.12)
}

.data-chip {
    position: absolute;
    padding: 7px 9px;
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    color: #4d6870;
    font-size: 8px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(14,75,84,.12)
}

.chip-one {
    left: 19px;
    top: 38px
}

.chip-two {
    right: 17px;
    top: 93px
}

.chip-three {
    left: 39px;
    bottom: 40px
}

.safety-illustration {
    background: linear-gradient(145deg,#f4e2e5,#ebd4df)
}

.safety-illustration .shield-ring {
    background: #b95b72;
    box-shadow: 0 0 0 23px rgba(185,91,114,.12)
}

.safety-wave {
    position: absolute;
    width: 260px;
    height: 90px;
    border-top: 4px solid rgba(255,255,255,.8);
    border-radius: 50%;
    transform: rotate(-8deg)
}

.context-illustration {
    align-content: center;
    gap: 9px;
    background: linear-gradient(145deg,#e9dff4,#d4c0e8)
}

.context-illustration span {
    position: relative;
    padding: 8px 12px;
    border-radius: 9px;
    background: rgba(255,255,255,.88);
    color: #684691;
    font: 600 11px Sora,sans-serif
}

.context-illustration span:nth-child(2) {
    transform: translateX(30px)
}

.context-illustration span:nth-child(3) {
    transform: translateX(-24px)
}

.access-illustration {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    gap: 15px;
    padding: 55px;
    background: linear-gradient(145deg,#dcefe4,#b8d7c4)
}

.access-illustration i {
    height: 80px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: rgba(255,255,255,.8);
    color: #3a7653;
    font-size: 31px;
    box-shadow: 0 9px 20px rgba(43,98,64,.1)
}

.panel-copy {
    position: relative;
    z-index: 2
}

.panel-copy h3 {
    margin: 7px 0 12px;
    font: 600 25px/1.25 Sora,sans-serif;
    letter-spacing: -.035em
}

.panel-copy>p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75
}

.panel-copy ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 19px 0;
    padding: 0;
    list-style: none;
    color: #4f6871;
    font-size: 9px
}

.panel-copy li {
    display: flex;
    align-items: flex-start;
    gap: 7px
}

.panel-copy li i {
    color: #318364;
    font-size: 14px
}

.panel-copy>a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ocean);
    font-size: 9px;
    font-weight: 800
}

.product-section {
    padding: 90px 0
}

.product-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px
}

.product-path::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 52px;
    border-top: 1px dashed #a9cfd4
}

.product-path>a {
    position: relative;
    z-index: 1;
    min-height: 285px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: 0 11px 28px rgba(6,78,91,.05);
    transition: .2s ease
}

.product-path>a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(6,78,91,.11)
}

.product-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 32px;
    border: 7px solid var(--surface);
    border-radius: 19px;
    font-size: 27px
}

.product-icon.reflect {
    background: #eee4f7;
    color: #7651a4
}

.product-icon.understand {
    background: #dceef5;
    color: #28799a
}

.product-icon.practise {
    background: #dff2ed;
    color: #2f8066
}

.product-icon.connect {
    background: #f7e5e5;
    color: #b5555a
}

.product-path small {
    color: #a1b0b5;
    font-size: 8px;
    font-weight: 800
}

.product-path h3 {
    margin: 3px 0 8px;
    font: 600 18px Sora,sans-serif
}

.product-path p {
    min-height: 69px;
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.65
}

.product-path strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ocean);
    font-size: 9px
}

.responsibility-section {
    padding: 85px 0;
    background: radial-gradient(circle at 85% 10%,rgba(86,199,168,.18),transparent 26%),linear-gradient(135deg,#064e5b,#143d58);
    color: #fff
}

.responsibility-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 70px;
    align-items: center
}

.responsibility-grid h2 {
    max-width: 760px;
    margin: 9px 0 15px;
    font-size: 42px
}

.responsibility-grid>div:first-child>p {
    max-width: 750px;
    margin: 0;
    color: #c1d8dc;
    font-size: 12px;
    line-height: 1.75
}

.responsibility-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.responsibility-card {
    padding: 27px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(8px)
}

.planet-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: #d8f0df;
    color: #267453;
    font-size: 27px
}

.responsibility-card h3 {
    margin: 20px 0 8px;
    font: 600 17px Sora,sans-serif
}

.responsibility-card>p {
    margin: 0;
    color: #c2d9dc;
    font-size: 10px;
    line-height: 1.65
}

.responsibility-card>div {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.14)
}

.responsibility-card>div span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #e2efef;
    font-size: 9px
}

.responsibility-card>div i {
    color: #93dfc0;
    font-size: 15px
}

.accountability-section {
    padding: 90px 0
}

.accountability-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 13px
}

.accountability-grid>a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 116px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    transition: .2s ease
}

.accountability-grid>a:hover {
    border-color: #9bcdd2;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(6,78,91,.08)
}

.account-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    font-size: 20px
}

.account-icon.safety {
    background: #f7e5e7;
    color: #b34e5a
}

.account-icon.review {
    background: #e2f1eb;
    color: #367a5b
}

.account-icon.community {
    background: #ebe5f5;
    color: #714aa0
}

.account-icon.privacy {
    background: #def0f2;
    color: #167682
}

.account-icon.access {
    background: #f8eccf;
    color: #9c7020
}

.account-icon.contact {
    background: #e2eaf7;
    color: #4d6c9e
}

.accountability-grid h3 {
    margin: 0 0 4px;
    font: 600 12px Sora,sans-serif
}

.accountability-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.55
}

.accountability-grid>a>i {
    color: #83a0a7;
    font-size: 15px
}

.evolving-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 17px;
    border: 1px solid #e5d4ac;
    border-radius: 14px;
    background: #fff9e9;
    color: #66522e
}

.evolving-note>i {
    font-size: 22px;
    color: #a87924
}

.evolving-note strong {
    font-size: 10px
}

.evolving-note p {
    margin: 3px 0 0;
    font-size: 9px;
    line-height: 1.6
}

.about-cta {
    padding: 0 0 80px
}

.about-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 48px 52px;
    border-radius: 25px;
    background: radial-gradient(circle at 90% 20%,rgba(177,137,222,.34),transparent 28%),linear-gradient(125deg,#07525f,#173d59);
    color: #fff;
    box-shadow: 0 24px 65px rgba(6,78,91,.19)
}

.about-cta-card h2 {
    margin: 7px 0 9px;
    font-size: 36px
}

.about-cta-card p {
    max-width: 680px;
    margin: 0;
    color: #bed6da;
    font-size: 11px
}

.about-cta-card>div:last-child {
    display: flex;
    gap: 8px;
    flex: none
}

.about-footer {
    padding: 50px 0 19px;
    background: #082f38;
    color: #bad0d4
}

.about-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3,1fr);
    gap: 48px
}

.about-footer-grid>div:first-child>a {
    display: block;
    width: 175px;
    filter: brightness(0) invert(1)
}

.about-footer-grid p {
    max-width: 290px;
    color: #9db9be;
    font-size: 9px;
    line-height: 1.65
}

.about-footer-grid>div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about-footer-grid strong {
    color: #fff;
    font: 600 10px Sora,sans-serif
}

.about-footer-grid a {
    font-size: 9px
}

.about-footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 8px
}

.about-toast {
    position: fixed;
    z-index: 100;
    left: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 13px;
    border-radius: 11px;
    background: #173f48;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
    font-size: 9px
}

.about-toast>i {
    color: #72ddd7
}

.about-toast button {
    border: 0;
    background: transparent;
    color: #fff
}

[data-theme=dark] .about-page {
    background: #082f38;
    color: #edf7f8
}

[data-theme=dark] .about-boundary {
    background: #0c3740;
    border-color: #244751;
    color: #b4c9ce
}

[data-theme=dark] .about-hero {
    background: radial-gradient(circle at 82% 12%,rgba(123,76,201,.24),transparent 28%),radial-gradient(circle at 15% 90%,rgba(85,214,217,.14),transparent 25%),linear-gradient(135deg,#0a3740,#192f44)
}

[data-theme=dark] .about-hero-copy>p,[data-theme=dark] .about-section-heading p,[data-theme=dark] .origin-copy>p {
    color: #b3c8cc
}

[data-theme=dark] .about-button.secondary,[data-theme=dark] .story-card,[data-theme=dark] .purpose-grid article,[data-theme=dark] .definition-card,[data-theme=dark] .principle-tabs button,[data-theme=dark] .principle-panel,[data-theme=dark] .product-path>a,[data-theme=dark] .accountability-grid>a {
    background: #0d3943;
    border-color: #28505a;
    color: #edf7f8
}

[data-theme=dark] .story-card small,[data-theme=dark] .purpose-grid p,[data-theme=dark] .definition-card li,[data-theme=dark] .principle-tabs small,[data-theme=dark] .panel-copy>p,[data-theme=dark] .panel-copy ul,[data-theme=dark] .product-path p,[data-theme=dark] .accountability-grid p {
    color: #aac1c6
}

[data-theme=dark] .origin-section,[data-theme=dark] .principles-section {
    background: linear-gradient(135deg,#0b343d,#122f43);
    border-color: #28505a
}

[data-theme=dark] .origin-copy blockquote {
    background: #123e47;
    border-color: #315963
}

[data-theme=dark] .origin-copy blockquote p {
    color: #dcebed
}

[data-theme=dark] .principle-tabs button.active {
    background: #14454e;
    border-color: #3b6b72
}

[data-theme=dark] .panel-number {
    color: #173f48
}

[data-theme=dark] .evolving-note {
    background: #3a3426;
    border-color: #655a3d;
    color: #e3d5b5
}

@media(max-width: 1050px) {
    .about-header .desktop-nav {
        display:none
    }

    .about-header .menu-btn {
        display: inline-flex
    }

    .about-hero-grid {
        gap: 30px
    }

    .story-core {
        width: 235px;
        height: 235px
    }

    .orbit-one {
        width: 310px;
        height: 310px
    }

    .orbit-two {
        width: 390px;
        height: 390px
    }

    .origin-grid {
        gap: 45px
    }

    .principles-workspace {
        grid-template-columns: 285px 1fr
    }

    .principle-panel {
        grid-template-columns: 1fr;
        padding: 28px
    }

    .panel-illustration {
        min-height: 230px
    }

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

    .product-path::before {
        display: none
    }

    .responsibility-grid {
        gap: 40px
    }

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

@media(max-width: 780px) {
    .about-container {
        width:min(100% - 28px,1180px)
    }

    .about-header .nav-wrap {
        height: 64px
    }

    .about-header .brand {
        flex-basis: auto
    }

    .about-header .brand img {
        height: 38px
    }

    .language-btn span,.language-btn .ri-arrow-down-s-line,.about-contact-link {
        display: none
    }

    .about-boundary {
        justify-content: flex-start
    }

    .about-boundary a {
        margin-left: auto
    }

    .about-hero {
        padding: 58px 0 66px
    }

    .about-hero-grid {
        grid-template-columns: 1fr
    }

    .about-hero h1 {
        font-size: 44px
    }

    .about-hero-visual {
        max-width: 520px;
        width: 100%;
        margin: auto
    }

    .purpose-section,.definition-section,.product-section,.accountability-section {
        padding: 65px 0
    }

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

    .purpose-grid article {
        min-height: auto
    }

    .origin-section,.principles-section {
        padding: 65px 0
    }

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

    .origin-visual {
        min-height: 360px
    }

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

    .principles-workspace {
        grid-template-columns: 1fr
    }

    .principle-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .principle-tabs button.active {
        transform: none
    }

    .principle-tabs button>i {
        display: none
    }

    .principle-panel {
        min-height: auto;
        grid-template-columns: 1fr
    }

    .panel-illustration {
        min-height: 280px
    }

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

    .about-cta-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 38px
    }

    .about-cta-card>div:last-child {
        width: 100%
    }

    .about-footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .about-footer-grid>div:first-child {
        grid-column: 1/-1
    }
}

@media(max-width: 520px) {
    .about-boundary span {
        font-size:8px
    }

    .about-boundary a {
        font-size: 0
    }

    .about-boundary a i {
        font-size: 13px
    }

    .about-hero h1 {
        font-size: 38px
    }

    .about-hero-copy>p {
        font-size: 12px
    }

    .about-hero-actions {
        flex-direction: column
    }

    .about-hero-actions .about-button {
        width: 100%
    }

    .about-hero-visual {
        min-height: 360px
    }

    .story-core {
        width: 180px;
        height: 180px
    }

    .story-core strong {
        font-size: 14px
    }

    .core-mark {
        width: 47px;
        height: 47px;
        font-size: 23px
    }

    .orbit-one {
        width: 240px;
        height: 240px
    }

    .orbit-two {
        width: 315px;
        height: 315px
    }

    .story-card {
        padding: 8px
    }

    .story-card>i,.ghana-colours {
        width: 28px;
        height: 28px
    }

    .story-card strong {
        font-size: 8px
    }

    .story-card small {
        font-size: 6px
    }

    .card-private {
        top: 6px
    }

    .card-local {
        top: 160px
    }

    .card-human {
        bottom: 8px
    }

    .about-section-heading h2 {
        font-size: 31px
    }

    .origin-copy h2,.responsibility-grid h2 {
        font-size: 33px
    }

    .definition-card {
        padding: 21px
    }

    .definition-card ul {
        grid-template-columns: 1fr
    }

    .principle-tabs {
        grid-template-columns: 1fr
    }

    .principle-tabs button {
        padding: 11px
    }

    .principle-tab-icon {
        width: 36px;
        height: 36px
    }

    .principle-panel {
        padding: 18px
    }

    .panel-illustration {
        min-height: 230px
    }

    .panel-copy h3 {
        font-size: 21px
    }

    .context-illustration span {
        font-size: 9px
    }

    .access-illustration {
        padding: 35px
    }

    .product-path,.accountability-grid {
        grid-template-columns: 1fr
    }

    .product-path>a {
        min-height: auto
    }

    .product-path p {
        min-height: auto
    }

    .responsibility-actions,.about-cta-card>div:last-child {
        flex-direction: column
    }

    .responsibility-actions .about-button,.about-cta-card .about-button {
        width: 100%
    }

    .about-cta-card {
        padding: 30px 22px
    }

    .about-cta-card h2 {
        font-size: 30px
    }

    .about-footer-grid {
        grid-template-columns: 1fr
    }

    .about-footer-grid>div:first-child {
        grid-column: auto
    }

    .about-footer-bottom {
        display: block
    }

    .about-footer-bottom span {
        display: block;
        margin: 5px 0
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto!important;
        transition: none!important
    }
}

[hidden] {
    display: none!important
}
