/*
 * About Glomnia — issue #9.
 *
 * The supplied screens alternate a deep-navy story surface with quiet white
 * cards. Gold is reserved for the commercial path, diagram anchors and short
 * section rules, keeping the page aligned with the public Glomnia system.
 */

.gl-about-page {
    overflow: hidden;
    margin-bottom: calc(var(--gl-9) * -1);
    background: var(--gl-surface);
}

.gl-about-page .gl-shell {
    max-width: 1120px;
    padding-inline: clamp(1.25rem, 5.35vw, 3.75rem);
}

.gl-about-eyebrow {
    color: #f2b43f;
    font-size: 0.82rem;
    font-weight: 760;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.gl-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.gl-about-actions .gl-btn,
.gl-about-cta__actions .gl-btn {
    min-width: 12rem;
    justify-content: center;
}

.gl-about-actions .gl-btn .gl-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.45rem;
}

.gl-btn--outline-light {
    border-color: rgba(255, 255, 255, 0.82);
    color: #fff;
    background: transparent;
}

.gl-btn--outline-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

/* ---------------------------------------------------------------- hero */

.gl-about-hero,
.gl-why-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 73% 48%, rgba(18, 80, 143, 0.3), transparent 28rem),
        linear-gradient(112deg, #06172c 0%, #071d38 54%, #06162b 100%);
}

.gl-about-hero::after,
.gl-why-hero::after,
.gl-about-cta::after {
    position: absolute;
    z-index: -1;
    width: 15rem;
    height: 15rem;
    opacity: 0.34;
    background-image: radial-gradient(circle, rgba(226, 165, 55, 0.42) 1.2px, transparent 1.4px);
    background-size: 13px 13px;
    content: "";
    mask-image: linear-gradient(110deg, transparent, #000 34%, #000 74%, transparent);
}

.gl-about-hero::after {
    right: 2%;
    bottom: -4rem;
}

.gl-about-hero__inner {
    display: grid;
    grid-template-columns: minmax(26rem, 0.95fr) minmax(29rem, 1.05fr);
    gap: 2rem;
    align-items: center;
    min-height: 38.5rem;
    padding-block: 4.5rem 4rem;
}

.gl-about-hero__copy {
    display: grid;
    justify-items: start;
    gap: 1.2rem;
    translate: 0 0.75rem;
}

.gl-about-hero__copy h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 2.1rem + 2.4vw, 4.15rem);
    font-weight: 720;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.gl-about-hero__lede {
    max-width: 43ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.7;
}

.gl-about-hero__copy .gl-about-actions {
    margin-top: 0.6rem;
}

.gl-about-hero__copy .gl-about-actions .gl-btn {
    min-width: 0;
}

/* --------------------------------------------------------- hero diagram */

.gl-about-network {
    position: relative;
    min-height: 30rem;
    translate: -1rem -1.4rem;
}

.gl-about-network::before,
.gl-about-network::after {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(153, 184, 218, 0.08);
    border-radius: 50%;
    translate: -50% -50%;
    content: "";
}

.gl-about-network::before {
    width: 33rem;
    height: 33rem;
}

.gl-about-network::after {
    width: 26rem;
    height: 26rem;
}

.gl-about-network__orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    translate: -50% -50%;
}

.gl-about-network__orbit--outer {
    width: 19rem;
    height: 19rem;
    border: 1px dashed rgba(255, 255, 255, 0.58);
}

.gl-about-network__orbit--inner {
    width: 13rem;
    height: 13rem;
    border: 1px solid rgba(93, 142, 196, 0.22);
}

.gl-about-network__axis {
    position: absolute;
    left: 50%;
    top: 50%;
    border-color: rgba(255, 255, 255, 0.42);
    border-style: dotted;
}

.gl-about-network__axis--horizontal {
    width: 83%;
    border-width: 1px 0 0;
    translate: -50% 0;
}

.gl-about-network__axis--vertical {
    height: 83%;
    border-width: 0 0 0 1px;
    translate: 0 -50%;
}

.gl-about-network__hub,
.gl-why-solution__hub {
    display: grid;
    place-items: center;
    color: #f0ae37;
    background: linear-gradient(145deg, #123154, #07172d);
    clip-path: polygon(25% 6%, 75% 6%, 98% 27%, 98% 73%, 75% 94%, 25% 94%, 2% 73%, 2% 27%);
    filter: drop-shadow(0 0 8px rgba(237, 171, 51, 0.7));
}

.gl-about-network__hub {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 8rem;
    height: 8.8rem;
    translate: -50% -50%;
}

.gl-about-network__hub::before {
    position: absolute;
    inset: 0.2rem;
    border: 2px solid #eeb343;
    clip-path: inherit;
    content: "";
}

.gl-about-network__hub .gl-logo-mark {
    width: 4.2rem;
    height: 4.2rem;
}

.gl-about-network__node {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 10.5rem;
    min-height: 3.65rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: var(--r-pill);
    color: rgba(255, 255, 255, 0.92);
    background: rgba(6, 23, 45, 0.72);
    font-size: 0.84rem;
    font-weight: 650;
    white-space: nowrap;
}

.gl-about-network__node .gl-icon {
    width: 1.7rem;
    height: 1.7rem;
}

.gl-about-network__node::after {
    position: absolute;
    width: 0.72rem;
    height: 0.72rem;
    border: 2px solid #132c4b;
    border-radius: 50%;
    background: #f0ae37;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 0 12px rgba(240, 174, 55, 0.55);
    content: "";
}

.gl-about-network__node--company {
    left: 50%;
    top: 1.5rem;
    translate: -50% 0;
}

.gl-about-network__node--company::after {
    left: 50%;
    bottom: -1.18rem;
    translate: -50% 0;
}

.gl-about-network__node--products {
    left: -1.1rem;
    top: 50%;
    translate: 0 -50%;
}

.gl-about-network__node--products::after {
    right: -1.12rem;
    top: 50%;
    translate: 0 -50%;
}

.gl-about-network__node--relationships {
    right: -1.1rem;
    top: 50%;
    translate: 0 -50%;
}

.gl-about-network__node--relationships::after {
    left: -1.12rem;
    top: 50%;
    translate: 0 -50%;
}

.gl-about-network__node--data {
    left: 50%;
    bottom: 1.5rem;
    translate: -50% 0;
}

.gl-about-network__node--data::after {
    left: 50%;
    top: -1.18rem;
    translate: -50% 0;
}

/* ----------------------------------------------------------- main page */

.gl-about-content,
.gl-why-content {
    padding-top: 2.65rem;
    padding-bottom: 2.75rem;
}

.gl-why-content {
    padding-top: 1.9rem;
}

.gl-about-purpose {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.55rem;
}

.gl-about-purpose article {
    position: relative;
    display: grid;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    gap: 1.6rem;
    align-items: center;
    min-height: 15.8rem;
    padding: 2rem 2rem 2rem 1rem;
    border: 1px solid var(--gl-line-2);
    border-radius: var(--r);
    background: var(--gl-surface);
    box-shadow: var(--sh-1);
}

.gl-about-purpose article::before {
    position: absolute;
    left: 0.65rem;
    top: -1px;
    width: 6.2rem;
    height: 2px;
    background: #efa92f;
    content: "";
}

.gl-about-purpose__icon {
    display: grid;
    width: 7.25rem;
    height: 7.25rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #092343, #06172d);
    box-shadow: 0 8px 24px -15px rgba(4, 21, 43, 0.65);
}

.gl-about-purpose__icon .gl-icon {
    width: 4rem;
    height: 4rem;
    stroke-width: 1.25;
}

.gl-about-purpose h2 {
    color: var(--gl-ink);
    font-size: 1.75rem;
    font-weight: 720;
    letter-spacing: -0.035em;
}

.gl-about-purpose p {
    margin-top: 1rem;
    color: var(--gl-ink-2);
    font-size: 0.86rem;
    line-height: 1.75;
}

.gl-about-section {
    margin-top: 3.2rem;
}

.gl-about-section > h2 {
    color: var(--gl-ink);
    font-size: 1.75rem;
    font-weight: 740;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.gl-about-principles,
.gl-about-ecosystem,
.gl-about-approach {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 1.5rem;
}

.gl-about-principles article {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 17.2rem;
    padding: 1.65rem 1.1rem;
    border: 1px solid var(--gl-line-2);
    border-radius: var(--r);
    background: var(--gl-surface);
    text-align: center;
    box-shadow: var(--sh-1);
}

.gl-about-principles article > span {
    display: grid;
    width: 4.6rem;
    height: 4.6rem;
    place-items: center;
    border-radius: 50%;
    color: var(--gl-ink);
    background: var(--gl-surface-2);
}

.gl-about-principles .gl-icon {
    width: 2rem;
    height: 2rem;
}

.gl-about-principles h3 {
    margin-top: 1.2rem;
    font-size: 1rem;
    font-weight: 740;
}

.gl-about-principles p {
    margin-top: 0.75rem;
    color: var(--gl-ink-2);
    font-size: 0.88rem;
    line-height: 1.55;
}

.gl-about-principles i,
.gl-about-ecosystem article > i {
    display: block;
    width: 2.75rem;
    height: 2px;
    margin-top: auto;
    background: #eda72d;
}

.gl-about-section--ecosystem {
    margin-top: 4.25rem;
}

.gl-about-section__rule {
    display: block;
    width: 2.5rem;
    height: 3px;
    margin-bottom: 1.1rem;
    background: #eda72d;
}

.gl-about-ecosystem {
    row-gap: 1.35rem;
}

.gl-about-ecosystem article {
    display: grid;
    align-content: start;
    min-height: 14.9rem;
    padding: 1.35rem 1.15rem;
    border: 1px solid var(--gl-line-2);
    border-radius: var(--r);
    background: var(--gl-surface);
    box-shadow: var(--sh-1);
}

.gl-about-ecosystem article > span,
.gl-about-approach article > span {
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #0b294f, #05152b);
}

.gl-about-ecosystem article > span {
    width: 4.1rem;
    height: 4.1rem;
}

.gl-about-ecosystem article > span .gl-icon {
    width: 2.35rem;
    height: 2.35rem;
}

.gl-about-ecosystem article > i {
    width: 2.1rem;
    margin: 1rem 0 0;
}

.gl-about-ecosystem h3 {
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 740;
    line-height: 1.18;
}

.gl-about-ecosystem p {
    margin-top: 0.75rem;
    color: var(--gl-ink-2);
    font-size: 0.8rem;
    line-height: 1.45;
}

.gl-about-section--approach {
    margin-top: 2.55rem;
}

.gl-about-approach {
    gap: 1.1rem;
    margin-top: 1.2rem;
}

.gl-about-approach article {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.85rem;
    min-height: 10.5rem;
    padding: 1.1rem;
    border: 1px solid var(--gl-line-2);
    border-radius: var(--r);
    background: var(--gl-surface);
    box-shadow: var(--sh-1);
}

.gl-about-approach article > span {
    width: 3.4rem;
    height: 3.4rem;
}

.gl-about-approach article > span .gl-icon {
    width: 1.8rem;
    height: 1.8rem;
}

.gl-about-approach h3 {
    margin-top: 0.5rem;
    font-size: 0.83rem;
    font-weight: 750;
}

.gl-about-approach p {
    margin-top: 1.35rem;
    color: var(--gl-ink-2);
    font-size: 0.78rem;
    line-height: 1.45;
}

/* ------------------------------------------------ stats and shared CTA */

.gl-about-stats,
.gl-about-cta {
    position: relative;
    overflow: hidden;
    border-radius: var(--r);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(12, 45, 81, 0.16), transparent 40%, rgba(15, 48, 85, 0.22)),
        #061b36;
}

.gl-about-stats {
    margin-top: 1.65rem;
}

.gl-about-stats::before,
.gl-about-cta::before {
    position: absolute;
    width: 9rem;
    height: 100%;
    opacity: 0.42;
    background-image: radial-gradient(circle, #e2a637 1.35px, transparent 1.6px);
    background-size: 13px 13px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent);
}

.gl-about-stats::before,
.gl-about-cta::before {
    left: 0;
    top: 0;
}

.gl-about-stats dl {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 7rem;
    align-items: center;
    padding: 1rem 3.75rem;
}

.gl-about-stats dl > div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 0.85rem;
    align-items: center;
    justify-content: center;
    min-height: 3.6rem;
    padding-inline: 1.8rem;
}

.gl-about-stats dl > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.gl-about-stats .gl-icon {
    grid-row: span 2;
    width: 2.9rem;
    height: 2.9rem;
    color: #efad35;
}

.gl-about-stats dt {
    font-size: 1.85rem;
    font-weight: 760;
    line-height: 1.05;
}

.gl-about-stats dd {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.82rem;
    white-space: nowrap;
}

.gl-about-cta {
    z-index: 0;
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr) 14rem;
    gap: 2.5rem;
    align-items: center;
    min-height: 13.4rem;
    margin-top: 1.25rem;
    padding: 2.2rem 5rem;
}

.gl-about-cta::after {
    z-index: -1;
    right: -2rem;
    bottom: -3rem;
}

.gl-about-cta__mark {
    display: grid;
    width: 7rem;
    height: 7.8rem;
    place-items: center;
    color: #efad35;
    background: linear-gradient(145deg, #113257, #07182d);
    clip-path: polygon(25% 6%, 75% 6%, 98% 27%, 98% 73%, 75% 94%, 25% 94%, 2% 73%, 2% 27%);
    filter: drop-shadow(0 0 7px rgba(237, 171, 51, 0.5));
}

.gl-about-cta__mark .gl-logo-mark {
    width: 4.5rem;
    height: 4.5rem;
}

.gl-about-cta__copy h2 {
    max-width: 18ch;
    font-size: clamp(1.8rem, 1.2rem + 1.4vw, 2.4rem);
    font-weight: 720;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.gl-about-cta__copy p {
    max-width: 46ch;
    margin-top: 0.9rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
    line-height: 1.55;
}

.gl-about-cta__actions {
    display: grid;
    gap: 0.85rem;
}

.gl-about-cta__actions .gl-btn {
    min-width: 13rem;
}

/* ---------------------------------------------------- why it matters */

.gl-why-hero::after {
    right: 0;
    top: 1rem;
    width: 18rem;
    height: 21rem;
}

.gl-why-hero__inner {
    min-height: 24.2rem;
    padding-top: 2.1rem;
    padding-bottom: 2.5rem;
}

.gl-why-breadcrumbs {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.8rem;
}

.gl-why-breadcrumbs a {
    text-decoration: none;
}

.gl-why-breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.gl-why-breadcrumbs [aria-current="page"] {
    color: #f0ad35;
    font-weight: 650;
}

.gl-why-hero h1 {
    margin-top: 1.75rem;
    font-size: clamp(2.7rem, 2rem + 1.7vw, 3.55rem);
    font-weight: 720;
    letter-spacing: -0.05em;
    line-height: 1;
}

.gl-why-hero__inner > i {
    display: block;
    width: 3.5rem;
    height: 4px;
    margin-top: 1.3rem;
    border-radius: var(--r-pill);
    background: #f0ad35;
}

.gl-why-hero__copy {
    display: grid;
    gap: 1.35rem;
    max-width: 30ch;
    margin-top: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.55;
}

.gl-why-comparison {
    display: grid;
    grid-template-columns: minmax(22rem, 25.8rem) 3rem minmax(29rem, 1fr);
    gap: 0.45rem;
    align-items: center;
}

.gl-why-challenges,
.gl-why-solution {
    min-height: 25.8rem;
    padding: 1.2rem;
    border: 1px solid var(--gl-line-2);
    border-radius: var(--r);
    background: var(--gl-surface);
    box-shadow: var(--sh-1);
}

.gl-why-challenges > h2,
.gl-why-solution > figcaption {
    color: var(--gl-ink);
    font-size: 1.25rem;
    font-weight: 740;
    text-align: center;
}

.gl-why-challenges ul {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.15rem;
}

.gl-why-challenges li {
    display: grid;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-height: 4.3rem;
    padding: 0.15rem 0.8rem;
    border: 1px solid var(--gl-line);
    border-radius: var(--r);
    background: color-mix(in srgb, var(--gl-surface-2) 30%, var(--gl-surface));
}

.gl-why-challenges li > span {
    display: grid;
    width: 4rem;
    height: 4rem;
    place-items: center;
    border: 1px solid var(--gl-line);
    border-radius: var(--r);
    color: var(--gl-ink);
    background: var(--gl-surface);
}

.gl-why-challenges li > span .gl-icon {
    width: 2rem;
    height: 2rem;
}

.gl-why-challenges h3 {
    font-size: 0.9rem;
    font-weight: 740;
}

.gl-why-challenges p {
    margin-top: 0.25rem;
    color: var(--gl-ink-2);
    font-size: 0.78rem;
    line-height: 1.4;
}

.gl-why-comparison__arrow {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    justify-self: center;
    border-radius: 50%;
    color: #152a47;
    background: #f1b441;
}

.gl-why-comparison__arrow .gl-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.gl-why-solution {
    padding-inline: 1rem;
}

.gl-why-solution__diagram {
    position: relative;
    min-height: 20.8rem;
}

.gl-why-solution__orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 21rem;
    height: 16.6rem;
    border: 1px dashed var(--gl-ink-3);
    border-radius: 50%;
    translate: -50% -50%;
}

.gl-why-solution__hub {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 7.6rem;
    height: 8.25rem;
    translate: -50% -50%;
    filter: none;
}

.gl-why-solution__hub .gl-logo-mark {
    width: 4.5rem;
    height: 4.5rem;
}

.gl-why-solution__node {
    position: absolute;
    z-index: 4;
    display: flex;
    gap: 0.65rem;
    align-items: center;
    justify-content: center;
    width: 12rem;
    min-height: 4rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--gl-line-2);
    border-radius: var(--r);
    color: var(--gl-ink);
    background: var(--gl-surface);
    box-shadow: var(--sh-1);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.25;
}

.gl-why-solution__node .gl-icon {
    width: 1.75rem;
    height: 1.75rem;
    flex: none;
}

.gl-why-solution__node--data {
    left: 50%;
    top: 0.8rem;
    translate: -50% 0;
}

.gl-why-solution__node--search {
    left: 0;
    top: 50%;
    translate: 0 -50%;
}

.gl-why-solution__node--relationships {
    right: 0;
    top: 50%;
    translate: 0 -50%;
}

.gl-why-solution__node--products {
    left: 50%;
    bottom: 0.8rem;
    translate: -50% 0;
}

.gl-why-trust {
    margin-top: 2.2rem;
}

.gl-why-trust ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1rem;
}

.gl-why-trust li {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 12.5rem;
    padding: 0 1.1rem;
    text-align: center;
}

.gl-why-trust li:not(:last-child)::after {
    position: absolute;
    left: calc(50% + 4rem);
    top: 3rem;
    width: calc(100% - 8rem);
    border-top: 2px dotted #eaaa35;
    content: "";
}

.gl-why-trust li:not(:last-child)::before {
    position: absolute;
    z-index: 2;
    left: calc(100% - 0.35rem);
    top: 2.68rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #eaaa35;
    content: "";
}

.gl-why-trust__number {
    position: absolute;
    z-index: 4;
    left: calc(50% - 3.4rem);
    top: -0.1rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid var(--gl-line-2);
    border-radius: 50%;
    color: var(--gl-ink);
    background: var(--gl-surface);
    font-size: 0.8rem;
    font-weight: 740;
}

.gl-why-trust__icon {
    position: relative;
    z-index: 3;
    display: grid;
    width: 6rem;
    height: 6rem;
    place-items: center;
    border: 5px solid var(--gl-surface);
    border-radius: 50%;
    color: #fff;
    outline: 1px solid var(--gl-line-2);
    background: linear-gradient(145deg, #0c2c53, #06152b);
}

.gl-why-trust__icon .gl-icon {
    width: 2.8rem;
    height: 2.8rem;
}

.gl-why-trust h3 {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    font-weight: 740;
}

.gl-why-trust p {
    max-width: 21ch;
    margin-top: 0.45rem;
    color: var(--gl-ink-2);
    font-size: 0.8rem;
    line-height: 1.42;
}

.gl-about-cta--compact {
    grid-template-columns: minmax(0, 1fr) 23rem;
    min-height: 7rem;
    margin-top: 0.7rem;
    padding: 1.2rem 4.5rem;
}

.gl-about-cta--compact .gl-about-cta__copy h2 {
    max-width: none;
    font-size: 1.25rem;
}

.gl-about-cta--compact .gl-about-cta__copy p {
    margin-top: 0.25rem;
    font-size: 0.8rem;
}

.gl-about-cta--compact .gl-about-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gl-about-cta--compact .gl-about-cta__actions .gl-btn {
    min-width: 0;
    padding-inline: 1rem;
    font-size: 0.82rem;
}

/* ------------------------------------------------------ compact footer */

.gl-sitefooter--compact {
    padding: 0;
}

.gl-sitefooter__compact-inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1120px;
    min-height: 4.7rem;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}

.gl-sitefooter__compact-inner .gl-brand {
    justify-self: start;
}

.gl-sitefooter__compact-inner p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: center;
}

.gl-sitefooter__compact-inner > a {
    justify-self: end;
    color: #efad35;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

/* ---------------------------------------------------------- responsive */

@media (max-width: 1180px) and (min-width: 1024px) {
    .gl-body:has(.gl-about-page) .gl-topbar__inner {
        gap: 0.85rem;
        padding-inline: 2.25rem;
    }

    .gl-body:has(.gl-about-page) .gl-nav {
        gap: 0.25rem;
    }

    .gl-body:has(.gl-about-page) .gl-nav__link {
        padding-inline: 0.25rem;
        font-size: 0.78rem;
    }

    .gl-body:has(.gl-about-page) .gl-topbar__aside > .gl-locale {
        display: none;
    }

    .gl-body:has(.gl-about-page) .gl-topbar__aside .gl-btn {
        padding-inline: 0.85rem;
        font-size: 0.72rem;
    }
}

.gl-body:has(.gl-about-page) .gl-topbar .gl-btn--gold,
.gl-about-page .gl-btn--gold {
    background: #efb33e;
}

.gl-body:has(.gl-about-page) .gl-topbar .gl-btn--gold:hover,
.gl-about-page .gl-btn--gold:hover {
    background: #d89c2f;
}

@media (max-width: 1023px) {
    .gl-about-hero__inner {
        grid-template-columns: 1fr;
    }

    .gl-about-hero__copy {
        max-width: 42rem;
    }

    .gl-about-network {
        width: min(100%, 39rem);
        min-height: 32rem;
        margin-inline: auto;
        translate: 0;
    }

    .gl-about-purpose article {
        grid-template-columns: 5.5rem minmax(0, 1fr);
        padding: 1.5rem;
    }

    .gl-about-purpose__icon {
        width: 5.5rem;
        height: 5.5rem;
    }

    .gl-about-purpose__icon .gl-icon {
        width: 3rem;
        height: 3rem;
    }

    .gl-about-principles,
    .gl-about-ecosystem,
    .gl-about-approach {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gl-about-approach article {
        min-height: 9rem;
    }

    .gl-about-stats dl {
        padding-inline: 1rem;
    }

    .gl-about-stats dl > div {
        padding-inline: 0.8rem;
    }

    .gl-about-cta {
        grid-template-columns: 6rem minmax(0, 1fr);
        padding: 2rem;
    }

    .gl-about-cta__mark {
        width: 6rem;
        height: 6.7rem;
    }

    .gl-about-cta__actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gl-about-cta--compact {
        grid-template-columns: minmax(0, 1fr);
    }

    .gl-about-cta--compact .gl-about-cta__actions {
        grid-column: auto;
    }

    .gl-why-comparison {
        grid-template-columns: 1fr;
    }

    .gl-why-comparison__arrow {
        rotate: 90deg;
    }

    .gl-why-solution__diagram {
        width: min(100%, 35rem);
        margin-inline: auto;
    }
}

@media (max-width: 720px) {
    .gl-about-hero__inner {
        min-height: 0;
        padding-block: 3.2rem;
    }

    .gl-about-hero__copy h1 {
        max-width: 12ch;
        font-size: clamp(2.5rem, 12vw, 3.4rem);
    }

    .gl-about-hero__copy {
        translate: 0;
    }

    .gl-about-network {
        min-height: 27rem;
        scale: 0.86;
    }

    .gl-about-purpose {
        grid-template-columns: 1fr;
    }

    .gl-about-purpose article {
        min-height: 0;
    }

    .gl-about-stats dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gl-about-stats dl > div {
        min-height: 6rem;
    }

    .gl-about-stats dl > div + div {
        border-left: 0;
    }

    .gl-about-stats dl > div:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, 0.28);
    }

    .gl-about-stats dl > div:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.28);
    }

    .gl-why-hero__inner {
        min-height: 23rem;
    }

    .gl-why-solution__diagram {
        scale: 0.86;
    }

    .gl-why-trust ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1.5rem;
    }

    .gl-why-trust li:nth-child(2)::after,
    .gl-why-trust li:nth-child(2)::before {
        display: none;
    }

    .gl-sitefooter__compact-inner {
        grid-template-columns: 1fr auto;
    }

    .gl-sitefooter__compact-inner p {
        display: none;
    }
}

@media (max-width: 520px) {
    .gl-about-actions,
    .gl-about-cta__actions,
    .gl-about-cta--compact .gl-about-cta__actions {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .gl-about-actions {
        display: grid;
        width: 100%;
    }

    .gl-about-actions .gl-btn,
    .gl-about-cta__actions .gl-btn {
        width: 100%;
    }

    .gl-about-network {
        left: 50%;
        width: 35rem;
        margin-left: -17.5rem;
        scale: 0.62;
    }

    .gl-about-content,
    .gl-why-content {
        padding-inline: 1rem;
    }

    .gl-about-purpose article {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .gl-about-purpose article::before {
        left: 50%;
        translate: -50% 0;
    }

    .gl-about-principles,
    .gl-about-ecosystem,
    .gl-about-approach {
        grid-template-columns: 1fr;
    }

    .gl-about-principles article,
    .gl-about-ecosystem article,
    .gl-about-approach article {
        min-height: 0;
    }

    .gl-about-principles article > i {
        margin-top: 1.5rem;
    }

    .gl-about-stats dl {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .gl-about-stats dl > div:nth-child(n) {
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }

    .gl-about-stats dl > div:first-child {
        border-top: 0;
    }

    .gl-about-cta,
    .gl-about-cta--compact {
        grid-template-columns: 1fr;
        padding: 2rem 1.25rem;
        text-align: center;
    }

    .gl-about-cta__mark {
        justify-self: center;
    }

    .gl-about-cta__copy h2,
    .gl-about-cta__copy p {
        margin-inline: auto;
    }

    .gl-why-comparison {
        display: block;
    }

    .gl-why-comparison__arrow {
        margin: 1rem auto;
        rotate: 90deg;
    }

    .gl-why-challenges,
    .gl-why-solution {
        padding: 1rem 0.75rem;
    }

    .gl-why-challenges li {
        grid-template-columns: 3.3rem minmax(0, 1fr);
        gap: 0.65rem;
        padding-inline: 0.45rem;
    }

    .gl-why-challenges li > span {
        width: 3.2rem;
        height: 3.2rem;
    }

    .gl-why-solution__diagram {
        left: 50%;
        width: 33rem;
        min-height: 20rem;
        margin-left: -16.5rem;
        scale: 0.62;
    }

    .gl-why-trust ol {
        grid-template-columns: 1fr;
    }

    .gl-why-trust li:not(:last-child)::after {
        left: 50%;
        top: 6rem;
        width: 0;
        height: calc(100% - 4.2rem);
        border-top: 0;
        border-left: 2px dotted #eaaa35;
    }

    .gl-why-trust li:not(:last-child)::before {
        left: calc(50% - 0.35rem);
        top: calc(100% - 0.35rem);
    }

    .gl-sitefooter__compact-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.75rem;
        padding-block: 1.2rem;
    }

    .gl-sitefooter__compact-inner .gl-brand,
    .gl-sitefooter__compact-inner > a {
        justify-self: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gl-about-page * {
        scroll-behavior: auto;
    }
}
