:root {
    --ink: #101922;
    --paper: #f6f5f1;
    --blue: #1877f2;
    --lime: #d9ff5f;
    --line: rgba(16, 25, 34, .14);
    --muted: #63707a;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Manrope', sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    background: var(--paper);
    color: var(--ink);
    overflow-x: hidden
}

.noise {
    position: fixed;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}

.navbar {
    padding: 20px 0;
    transition: .3s;
    background: transparent
}

.navbar.scrolled {
    padding: 12px 0;
    background: rgba(246, 245, 241, .88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}

.navbar-brand {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--ink) !important
}

.navbar-brand>span:not(.brand-mark) {
    color: var(--blue)
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 27px;
    height: 27px;
    margin-right: 6px;
    border-radius: 9px;
    background: var(--ink);
    color: #fff;
    font: 700 18px var(--serif)
}

.nav-link {
    color: var(--ink);
    font-size: 13px;
    font-weight: 700
}

.nav-link:hover {
    color: var(--blue)
}

.navbar-toggler {
    border: 0;
    font-size: 25px
}

.navbar-toggler:focus {
    box-shadow: none
}

.hero {
    position: relative;
    overflow: hidden;
    background: #e9eeeb
}

.hero h1,
h2 {
    font: 700 clamp(3rem, 6.1vw, 6.4rem)/.98 var(--serif);
    letter-spacing: -.055em;
    margin: 18px 0 26px
}

.hero h1 em,
h2 em {
    font-weight: 600;
    color: var(--blue)
}

.hero-copy {
    max-width: 530px;
    font-size: 17px;
    line-height: 1.75;
    color: var(--muted)
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--muted)
}

.eyebrow span {
    width: 24px;
    height: 1px;
    background: var(--blue)
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
    font-size: 14px;
    font-weight: 700
}

.btn-primary:hover {
    background: #0b63d1;
    border-color: #0b63d1
}

.reading-time {
    font-size: 12px;
    font-weight: 700;
    color: var(--muted)
}

.reading-time i {
    color: var(--blue);
    font-size: 15px;
    margin-right: 5px
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px)
}

.orb-one {
    width: 43vw;
    height: 43vw;
    background: #bdeddd;
    right: -12vw;
    top: -13vw
}

.orb-two {
    width: 20vw;
    height: 20vw;
    border: 25px solid #d9ff5f;
    left: 40%;
    bottom: -12vw
}

.hero-image-wrap {
    position: relative;
    max-width: 420px;
    margin: 0 auto
}

.hero-image {
    width: 100%;
    height: 565px;
    object-fit: cover;
    border-radius: 220px 220px 20px 20px;
    filter: saturate(.85)
}

.floating-card {
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .9);
    backdrop-filter: blur(9px);
    box-shadow: 0 10px 35px rgba(29, 46, 42, .12);
    border-radius: 12px
}

.floating-card i {
    font-size: 21px;
    color: var(--blue)
}

.floating-card strong,
.floating-card small {
    display: block;
    font-size: 11px
}

.floating-card strong {
    font-weight: 800
}

.floating-card small {
    color: var(--muted);
    font-size: 9px
}

.top-card {
    top: 23%;
    left: -29%
}

.bottom-card {
    bottom: 10%;
    right: -20%
}

.dot-live {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #46c87b;
    box-shadow: 0 0 0 4px #dff7e9
}

.scroll-hint {
    position: absolute;
    bottom: 25px;
    left: 12px;
    color: var(--muted);
    font-size: 10px;
    text-decoration: none;
    letter-spacing: .08em;
    text-transform: uppercase
}

.scroll-hint span {
    display: inline-block;
    width: 1px;
    height: 32px;
    background: var(--ink);
    vertical-align: middle;
    margin-right: 9px
}

.section-space {
    padding: 140px 0
}

.intro h2,
.article h2,
.future h2,
.stats-section h2 {
    font-size: clamp(2.6rem, 4.3vw, 4.8rem)
}

.lead-text {
    font-size: 17px;
    line-height: 1.8;
    color: var(--muted)
}

.timeline {
    border-top: 1px solid var(--line)
}

.timeline-item {
    display: grid;
    grid-template-columns: 22% 1fr;
    gap: 30px;
    padding: 28px 0;
    border-bottom: 1px solid var(--line)
}

.timeline-year {
    font: 600 27px var(--serif);
    color: var(--blue)
}

.timeline h3 {
    font-size: 16px;
    font-weight: 800
}

.timeline p {
    color: var(--muted);
    font-size: 14px;
    margin: 5px 0
}

.feature-image {
    height: min(67vw, 630px);
    position: relative;
    overflow: hidden
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.78) saturate(.8)
}

.image-caption {
    position: absolute;
    bottom: 35px;
    left: max(5%, calc((100% - 1320px)/2));
    color: #fff
}

.image-caption span {
    font-size: 10px;
    letter-spacing: .15em
}

.image-caption p {
    font: 600 clamp(1.5rem, 2.7vw, 2.6rem)/1.15 var(--serif);
    margin: 9px 0
}

.stats-section {
    background: var(--ink);
    color: #fff
}

.stats-section h2 em {
    color: var(--lime)
}

.eyebrow.light {
    color: #a7b3b8
}

.stats-grid {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.stat {
    padding: 34px 26px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.stat strong {
    font: 700 clamp(2rem, 4vw, 4rem) var(--serif);
    letter-spacing: -.06em;
    color: var(--lime);
    display: block
}

.stat span {
    font-size: 12px;
    line-height: 1.5;
    color: #a7b3b8;
    display: block;
    max-width: 160px
}

.article-meta {
    position: sticky;
    top: 110px;
    border-top: 2px solid var(--blue);
    padding-top: 13px
}

.article-meta span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em
}

.article-meta p {
    font: 600 18px/1.45 var(--serif)
}

.share-icons a {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    margin-right: 5px;
    text-decoration: none
}

.article article p {
    font-size: 16px;
    line-height: 1.9;
    color: #4a565d
}

.article-lead {
    font-size: 21px !important;
    color: var(--ink) !important;
    line-height: 1.65 !important
}

.article blockquote {
    margin: 40px 0;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font: 600 26px/1.32 var(--serif);
    color: var(--blue)
}

.future {
    padding: 0 0 130px
}

.future-panel {
    background: #d9ff5f;
    padding: clamp(40px, 7vw, 90px);
    position: relative;
    overflow: hidden
}

.future-panel:after {
    content: '@';
    position: absolute;
    right: -.08em;
    bottom: -.48em;
    font: 700 32rem var(--serif);
    color: rgba(255, 255, 255, .25);
    line-height: 1
}

.future-panel h2 {
    position: relative;
    z-index: 1
}

.future-panel h2 em {
    color: var(--ink)
}

.future-panel p {
    max-width: 490px;
    line-height: 1.75;
    color: #3d4a1e
}

.text-link {
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 4px
}

.future-quote {
    position: relative;
    z-index: 1;
    padding: 25px;
    background: rgba(255, 255, 255, .35);
    border: 1px solid rgba(255, 255, 255, .5)
}

.future-quote i {
    font-size: 24px
}

.future-quote p {
    font: 600 21px/1.35 var(--serif);
    margin: 13px 0
}

.future-quote span {
    font-size: 11px;
    font-weight: 700
}

footer {
    background: #e9eeeb;
    padding: 28px 0
}

footer p,
footer a {
    font-size: 11px;
    color: var(--muted);
    text-decoration: none;
    margin: 0
}

footer div:last-child a+a {
    margin-left: 18px
}

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s;
    box-shadow: 0 7px 20px rgba(24, 119, 242, .3)
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: none
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .75s ease, transform .75s ease
}

.reveal.active {
    opacity: 1;
    transform: none
}

.reveal-delay {
    transition-delay: .15s
}

@media(max-width:991px) {
    .hero {
        padding-bottom: 80px
    }

    .hero-image-wrap {
        margin-top: 50px;
        max-width: 340px
    }

    .hero-image {
        height: 460px
    }

    .scroll-hint {
        display: none
    }

    .section-space {
        padding: 90px 0
    }

    .article-meta {
        margin-bottom: 35px
    }

    .future {
        padding-bottom: 70px
    }
}

@media(max-width:575px) {
    .hero h1 {
        font-size: 3.3rem
    }

    .hero-copy {
        font-size: 15px
    }

    .hero-image-wrap {
        max-width: 270px
    }

    .hero-image {
        height: 360px
    }

    .top-card {
        left: -13%;
        top: 14%
    }

    .bottom-card {
        right: -15%;
        bottom: 7%
    }

    .floating-card {
        padding: 9px 10px
    }

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

    .timeline-item {
        grid-template-columns: 70px 1fr;
        gap: 15px
    }

    .timeline-year {
        font-size: 21px
    }

    .stats-grid .stat {
        padding: 24px 15px
    }

    .stat span {
        font-size: 10px
    }

    .future-panel {
        padding: 37px 25px
    }

    .feature-image {
        height: 400px
    }

    .image-caption {
        left: 22px;
        bottom: 22px
    }

    .article-lead {
        font-size: 18px !important
    }

    .navbar {
        padding: 12px 0
    }
}