.zw-homepage{
    --zw-home-text:#1f2933;
    --zw-home-muted:#64748b;
    --zw-home-border:#e5e7eb;
    --zw-home-soft:#f8fafc;
    --zw-home-dark:#1f2933;
    --zw-home-warm:#f7f3eb;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    color:var(--zw-home-text);
    overflow:hidden;
}

.zw-homepage *{box-sizing:border-box}
.zw-homepage a{text-decoration:none}
.zw-homepage p{margin:0}
.zw-home-shell{width:min(1160px,calc(100% - 28px));margin:0 auto}

.zw-home-hero{
    position:relative;
    min-height:calc(100vh - 68px);
    display:flex;
    align-items:center;
    background:#171c22;
    background-image:var(--zw-home-hero-image);
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.zw-home-hero__overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(8,12,18,.90) 0%,rgba(8,12,18,.74) 38%,rgba(8,12,18,.32) 72%,rgba(8,12,18,.12) 100%),
        linear-gradient(180deg,rgba(8,12,18,.08),rgba(8,12,18,.38));
}

.zw-home-hero__inner{position:relative;z-index:2;padding:72px 0}
.zw-home-hero__content{max-width:720px}

.zw-home-eyebrow,
.zw-home-kicker{
    font-size:13px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.zw-home-eyebrow{
    display:inline-flex;
    padding:8px 12px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#fff;
    backdrop-filter:blur(10px);
    margin-bottom:18px;
}

.zw-home-kicker{color:#68778a;margin-bottom:10px}
.zw-home-kicker--light{color:rgba(255,255,255,.66)}

.zw-home-hero__title{
    margin:0;
    max-width:720px;
    color:#fff;
    font-size:clamp(42px,5.4vw,72px);
    line-height:1.02;
    letter-spacing:-.045em;
    text-shadow:0 14px 34px rgba(0,0,0,.36);
}

.zw-home-hero__text{
    max-width:650px;
    margin-top:22px!important;
    color:rgba(255,255,255,.92);
    font-size:20px;
    line-height:1.65;
    text-shadow:0 8px 26px rgba(0,0,0,.32);
}

.zw-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.zw-home-actions--center{justify-content:center}

.zw-home-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:12px 20px;
    border-radius:999px;
    border:1px solid transparent;
    font-weight:850;
    line-height:1.2;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.zw-home-btn:hover{transform:translateY(-1px)}
.zw-home-btn--primary{min-height:54px;padding:14px 24px;background:#fff;color:#111827;box-shadow:0 12px 30px rgba(0,0,0,.20)}
.zw-home-btn--secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.34);backdrop-filter:blur(10px)}
.zw-home-btn--dark{background:#1f2933;color:#fff}
.zw-home-btn--light{background:#fff;color:#1f2933}
.zw-home-btn--outline-light{border-color:rgba(255,255,255,.46);color:#fff;background:transparent}

.zw-home-hero__note{margin-top:14px;color:rgba(255,255,255,.76);font-size:14px}

.zw-home-hero-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:28px;
    max-width:650px;
}

.zw-home-hero-stat{
    min-width:0;
    padding:16px 15px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:18px;
    background:rgba(10,15,22,.28);
    backdrop-filter:blur(12px);
}

.zw-home-hero-stat strong{
    display:block;
    color:#fff;
    font-size:30px;
    line-height:1;
    letter-spacing:-.035em;
}

.zw-home-hero-stat span{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.82);
    font-size:13px;
    line-height:1.35;
    font-weight:750;
}

.zw-home-section{padding:82px 0}
.zw-home-section--entities{background:#fff}
.zw-home-section--find{background:#1f2933;color:#fff}
.zw-home-section--maps{background:var(--zw-home-soft)}
.zw-home-section--connections{background:#fff}
.zw-home-section--qr{background:var(--zw-home-warm)}
.zw-home-section--story{padding-top:88px;padding-bottom:88px}
.zw-home-section--trust{background:#eef2f7}
.zw-home-section--profiles{padding-top:62px;padding-bottom:62px}
.zw-home-section--phrase{padding-top:0;padding-bottom:64px}

.zw-home-section__head{max-width:880px;margin-bottom:34px}
.zw-home-section__head--profiles{margin-bottom:22px}

.zw-home-section__head h2,
.zw-home-find h2,
.zw-home-connections h2,
.zw-home-qr h2,
.zw-home-story h2,
.zw-home-support h2,
.zw-home-trust h2,
.zw-home-final h2{
    margin:0;
    color:#111827;
    font-size:clamp(30px,4vw,46px);
    line-height:1.12;
    letter-spacing:-.035em;
}

.zw-home-section__head p,
.zw-home-connections__content p,
.zw-home-qr__content p,
.zw-home-support p,
.zw-home-trust p{
    margin-top:14px;
    color:var(--zw-home-muted);
    font-size:18px;
    line-height:1.7;
}

.zw-home-entity-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.zw-home-entity-card{
    position:relative;
    min-height:330px;
    padding:30px;
    border:1px solid var(--zw-home-border);
    border-radius:26px;
    background:#fff;
    box-shadow:0 14px 38px rgba(15,23,42,.06);
    overflow:hidden;
}

.zw-home-entity-card__mark{
    position:absolute;
    right:22px;
    top:18px;
    color:#d9dee5;
    font-size:46px;
    font-weight:900;
    letter-spacing:-.06em;
}

.zw-home-entity-card__icon{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:18px;
    background:#eef2f7;
    color:#1f2933;
    font-size:24px;
    font-weight:900;
}

.zw-home-entity-card--event .zw-home-entity-card__icon{background:#f6ece9;color:#8b3a2f}
.zw-home-entity-card--memory .zw-home-entity-card__icon{background:#eef4eb;color:#3f6846}

.zw-home-entity-card h3{
    position:relative;
    margin:0;
    color:#111827;
    font-size:24px;
    line-height:1.25;
}

.zw-home-entity-card p{
    position:relative;
    margin-top:13px;
    color:var(--zw-home-muted);
    font-size:16px;
    line-height:1.7;
}

.zw-home-entity-card>a{
    position:absolute;
    left:30px;
    bottom:28px;
    color:#1f2933;
    font-weight:850;
}

.zw-home-entity-card>a:after{content:" →"}

.zw-home-find{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
    gap:58px;
    align-items:center;
}

.zw-home-find h2{color:#fff}
.zw-home-find__content>p{
    margin-top:16px;
    color:rgba(255,255,255,.76);
    font-size:18px;
    line-height:1.72;
}

.zw-home-route-flow{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:28px;
    overflow-x:auto;
    padding-bottom:4px;
}

.zw-home-route-flow>div{
    min-width:118px;
    padding:14px 12px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(255,255,255,.07);
    text-align:center;
}

.zw-home-route-flow b{
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    margin:0 auto 8px;
    border-radius:50%;
    background:#fff;
    color:#1f2933;
    font-size:13px;
}

.zw-home-route-flow span{
    display:block;
    color:#fff;
    font-size:13px;
    line-height:1.35;
    font-weight:750;
}

.zw-home-route-flow i{color:rgba(255,255,255,.46);font-style:normal}

.zw-home-map-preview{
    position:relative;
    min-height:430px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    background:#dfe8df;
    overflow:hidden;
    box-shadow:0 28px 70px rgba(0,0,0,.24);
}

.zw-home-map-preview__grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.38) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.38) 1px,transparent 1px);
    background-size:42px 42px;
}

.zw-home-map-preview__road{
    position:absolute;
    height:18px;
    background:#fff;
    border:4px solid #c8d3c8;
    border-radius:999px;
    transform-origin:left center;
}

.zw-home-map-preview__road--one{width:520px;left:-60px;top:170px;transform:rotate(24deg)}
.zw-home-map-preview__road--two{width:440px;left:80px;top:340px;transform:rotate(-38deg)}

.zw-home-map-preview__pin{
    position:absolute;
    width:34px;
    height:34px;
    border:8px solid #8b3a2f;
    border-radius:50% 50% 50% 0;
    background:#fff;
    transform:rotate(-45deg);
    box-shadow:0 10px 20px rgba(0,0,0,.18);
}

.zw-home-map-preview__pin--main{left:58%;top:38%}
.zw-home-map-preview__pin--small{left:26%;top:64%;transform:rotate(-45deg) scale(.72);border-color:#3f6846}

.zw-home-map-preview__card{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.94);
    box-shadow:0 14px 34px rgba(15,23,42,.14);
}

.zw-home-map-preview__card strong,
.zw-home-map-preview__card span,
.zw-home-map-preview__card em{display:block}

.zw-home-map-preview__card strong{color:#111827;font-size:18px}
.zw-home-map-preview__card span{margin-top:5px;color:#64748b;font-size:13px}
.zw-home-map-preview__card em{margin-top:12px;color:#1f2933;font-size:13px;font-style:normal;font-weight:850}

.zw-home-map-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.zw-home-map-action{
    display:grid;
    grid-template-columns:58px 1fr auto;
    grid-template-rows:auto auto;
    gap:4px 16px;
    align-items:center;
    padding:24px;
    border:1px solid var(--zw-home-border);
    border-radius:24px;
    background:#fff;
    color:#1f2933;
    box-shadow:0 10px 28px rgba(15,23,42,.05);
}

.zw-home-map-action__icon{
    grid-row:1/3;
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#eef2f7;
    font-size:24px;
}

.zw-home-map-action strong{font-size:20px}
.zw-home-map-action small{color:#64748b;font-size:14px}
.zw-home-map-action em{grid-column:3;grid-row:1/3;font-style:normal;font-weight:850}

.zw-home-map-features{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}

.zw-home-map-features>div{
    display:flex;
    gap:10px;
    align-items:flex-start;
    padding:16px;
    border:1px solid var(--zw-home-border);
    border-radius:18px;
    background:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.5;
    font-weight:750;
}

.zw-home-map-features span{
    flex:0 0 auto;
    width:22px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#1f2933;
    color:#fff;
    font-size:11px;
}

.zw-home-connections{
    display:grid;
    grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
    gap:72px;
    align-items:center;
}

.zw-home-connections__visual{
    position:relative;
    min-height:430px;
    border:1px solid var(--zw-home-border);
    border-radius:30px;
    background:linear-gradient(145deg,#f8fafc,#fff);
    overflow:hidden;
}

.zw-home-node{
    position:absolute;
    z-index:2;
    width:104px;
    height:104px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid var(--zw-home-border);
    border-radius:50%;
    background:#fff;
    box-shadow:0 14px 30px rgba(15,23,42,.09);
    color:#1f2933;
    font-size:24px;
    font-weight:900;
}

.zw-home-node span{margin-top:5px;font-size:11px;font-weight:750}
.zw-home-node--a{left:32px;top:52px}
.zw-home-node--event{left:50%;top:44%;transform:translate(-50%,-50%);color:#8b3a2f}
.zw-home-node--b{right:32px;top:52px}
.zw-home-node--memory{left:50%;bottom:28px;transform:translateX(-50%);color:#3f6846}

.zw-home-line{
    position:absolute;
    z-index:1;
    height:2px;
    background:#cbd5e1;
    transform-origin:left center;
}

.zw-home-line--one{width:190px;left:120px;top:120px;transform:rotate(21deg)}
.zw-home-line--two{width:190px;right:120px;top:120px;transform:rotate(159deg)}
.zw-home-line--three{width:150px;left:50%;top:52%;transform:rotate(90deg)}

.zw-home-connections__content p+p{margin-top:12px}

.zw-home-qr{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);
    gap:60px;
    align-items:center;
}

.zw-home-qr__uses{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:22px;
}

.zw-home-qr__uses span{
    padding:9px 12px;
    border:1px solid #ded6c7;
    border-radius:999px;
    background:rgba(255,255,255,.62);
    font-size:13px;
    font-weight:750;
}

.zw-home-qr__visual{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
}

.zw-home-qr-code{
    width:170px;
    height:170px;
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:4px;
    padding:15px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 16px 36px rgba(80,68,48,.12);
}

.zw-home-qr-code i{display:block;border-radius:2px;background:#edf0f2}
.zw-home-qr-code i.is-dark{background:#1f2933}
.zw-home-qr__arrow{font-size:30px;color:#8b8173}

.zw-home-phone{
    width:170px;
    min-height:280px;
    padding:12px;
    border:8px solid #1f2933;
    border-radius:28px;
    background:#fff;
    box-shadow:0 20px 44px rgba(80,68,48,.16);
}

.zw-home-phone__photo{
    height:150px;
    border-radius:15px;
    background:linear-gradient(145deg,#9ca3af,#d1d5db);
}

.zw-home-phone strong,
.zw-home-phone span{display:block}

.zw-home-phone strong{margin-top:14px;font-size:15px}
.zw-home-phone span{margin-top:7px;color:#64748b;font-size:12px;line-height:1.45}

.zw-home-story{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:70px;
    align-items:start;
}

.zw-home-story__text{display:grid;gap:18px}
.zw-home-story__text p{color:var(--zw-home-muted);font-size:19px;line-height:1.75}
.zw-home-story__text .zw-home-story__accent{color:#111827;font-weight:850;font-size:22px}

.zw-home-trust{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.zw-home-trust__list{display:grid;gap:12px}

.zw-home-trust__list>div{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:15px 16px;
    border:1px solid rgba(148,163,184,.28);
    border-radius:18px;
    background:rgba(255,255,255,.72);
    font-weight:750;
    line-height:1.45;
}

.zw-home-trust__list span{
    flex:0 0 auto;
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#1f2933;
    color:#fff;
    font-size:12px;
}

.zw-homepage .zw-recent-people{margin:0}
.zw-homepage .zw-recent-people__title:empty{display:none}
.zw-homepage .zw-recent-people__title{margin:0 0 18px!important}
.zw-homepage .zw-recent-people__card{
    box-shadow:0 8px 22px rgba(15,23,42,.05);
    transition:transform .18s ease,box-shadow .18s ease;
}
.zw-homepage .zw-recent-people__card:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(15,23,42,.10);
}

.zw-homepage .zw-mp{
    margin:0;
    padding:28px 24px;
    border-radius:24px;
    border:1px solid var(--zw-home-border);
    background:linear-gradient(135deg,#f8fafc,#fff);
    box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.zw-homepage .zw-mp__label{
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:800;
    color:#64748b;
}

.zw-homepage .zw-mp__text{
    margin-top:8px;
    font-size:clamp(22px,3.4vw,36px);
    line-height:1.3;
    font-weight:800;
    color:#1f2933;
}

.zw-home-support{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:36px;
    border:1px solid var(--zw-home-border);
    border-radius:28px;
    background:#fff;
    box-shadow:0 14px 36px rgba(15,23,42,.06);
}

.zw-home-support>div{max-width:760px}

.zw-home-final{
    padding:76px 0;
    background:#1f2933;
    color:#fff;
}

.zw-home-final__inner{text-align:center}
.zw-home-final h2{color:#fff;max-width:900px;margin:0 auto}
.zw-home-final p{
    max-width:760px;
    margin:18px auto 0;
    color:rgba(255,255,255,.78);
    font-size:17px;
    line-height:1.7;
}

@media(max-width:960px){
    .zw-home-hero{min-height:calc(100vh - 64px);background-position:center}
    .zw-home-find,
    .zw-home-connections,
    .zw-home-qr,
    .zw-home-story,
    .zw-home-trust{grid-template-columns:1fr;gap:34px}
    .zw-home-entity-grid{grid-template-columns:1fr}
    .zw-home-entity-card{min-height:270px}
    .zw-home-map-features{grid-template-columns:repeat(2,minmax(0,1fr))}
    .zw-home-connections__visual{max-width:620px;width:100%;margin:0 auto}
    .zw-home-qr__visual{justify-content:flex-start}
}

@media(max-width:680px){
    .zw-homepage{
        width:100%;
        max-width:100%;
        margin-left:0;
        margin-right:0;
    }

    .zw-home-shell{width:min(100% - 24px,1160px)}
    .zw-home-hero{
        min-height:calc(100svh - 58px);
        background-position:64% center;
    }

    .zw-home-hero__overlay{
        background:
            linear-gradient(90deg,rgba(8,12,18,.72) 0%,rgba(8,12,18,.52) 56%,rgba(8,12,18,.24) 100%),
            linear-gradient(180deg,rgba(8,12,18,.04) 0%,rgba(8,12,18,.22) 100%);
    }

    .zw-home-hero__inner{padding:54px 0}
    .zw-home-hero__title{font-size:40px}
    .zw-home-hero__text{font-size:17px;line-height:1.55}
    .zw-home-actions{display:grid;grid-template-columns:1fr;width:100%}
    .zw-home-btn{width:100%}

    .zw-home-hero-stats{
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:7px;
        margin-top:22px;
    }

    .zw-home-hero-stat{padding:12px 9px;border-radius:15px}
    .zw-home-hero-stat strong{font-size:24px}
    .zw-home-hero-stat span{font-size:11px}

    .zw-home-section{padding:58px 0}
    .zw-home-section--story{padding-top:62px;padding-bottom:62px}
    .zw-home-entity-card{padding:24px}
    .zw-home-entity-card>a{left:24px;bottom:24px}

    .zw-home-route-flow{
        display:grid;
        grid-template-columns:1fr;
    }

    .zw-home-route-flow i{display:none}
    .zw-home-route-flow>div{
        display:flex;
        align-items:center;
        gap:12px;
        min-width:0;
        text-align:left;
    }

    .zw-home-route-flow b{margin:0}
    .zw-home-map-preview{min-height:360px}
    .zw-home-map-actions{grid-template-columns:1fr}
    .zw-home-map-action{
        grid-template-columns:52px 1fr;
    }

    .zw-home-map-action em{
        grid-column:2;
        grid-row:auto;
        margin-top:7px;
    }

    .zw-home-map-features{grid-template-columns:1fr}
    .zw-home-connections__visual{min-height:390px}
    .zw-home-node{width:88px;height:88px}
    .zw-home-node--a{left:18px}
    .zw-home-node--b{right:18px}
    .zw-home-line--one{width:150px;left:88px}
    .zw-home-line--two{width:150px;right:88px}
    .zw-home-qr__visual{gap:12px}
    .zw-home-qr-code{width:135px;height:135px;padding:12px}
    .zw-home-phone{width:145px;min-height:250px}
    .zw-home-phone__photo{height:125px}
    .zw-home-support{display:block;padding:26px}
    .zw-home-support .zw-home-btn{margin-top:22px}
}

@media(max-width:420px){
    .zw-home-hero__title{font-size:35px}
    .zw-home-hero-stats{grid-template-columns:1fr}
    .zw-home-hero-stat{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:14px;
    }

    .zw-home-hero-stat span{margin-top:0;text-align:right}

    .zw-home-section__head h2,
    .zw-home-find h2,
    .zw-home-connections h2,
    .zw-home-qr h2,
    .zw-home-story h2,
    .zw-home-support h2,
    .zw-home-trust h2,
    .zw-home-final h2{
        font-size:29px;
    }

    .zw-home-entity-card{min-height:300px}
    .zw-home-qr__visual{transform:scale(.88);transform-origin:left center;width:114%}
}