:root{color-scheme:light;--bg:#f5f7fb;--surface:#fff;--text:#172033;--muted:#667085;--border:#dfe3eb;--accent:#2457d6}html[data-theme=dark]{color-scheme:dark;--bg:#15171b;--surface:#202329;--text:#f2f4f7;--muted:#a4acb9;--border:#353a43;--accent:#7ea2ff}html[data-theme=black]{color-scheme:dark;--bg:#000;--surface:#090909;--text:#f5f5f5;--muted:#aaa;--border:#242424;--accent:#8aabff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.site-header,.admin-header{padding:1rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.container{width:min(960px,calc(100% - 2rem));margin:2rem auto}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.auth-card{max-width:440px;margin:3rem auto}label{display:grid;gap:.4rem;margin:.8rem 0}input,select,button{font:inherit;border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem;background:var(--surface);color:var(--text)}button{cursor:pointer;background:var(--accent);color:#fff;border-color:transparent}.inline-form,.theme-grid{display:flex;gap:.75rem;align-items:end;flex-wrap:wrap}.error{color:#b42318}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:99;background:var(--surface);padding:.6rem}.site-header{position:sticky;top:0;z-index:20;padding:0}.site-header-inner{width:min(1180px,calc(100% - 2rem));min-height:72px;margin:auto;display:flex;align-items:center;gap:24px}.site-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.site-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--accent);color:#fff;font-weight:800}.site-brand>span:last-child{display:grid;line-height:1.05}.site-brand small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.public-nav{display:flex;align-items:center;gap:15px;flex:1;overflow:auto;white-space:nowrap}.public-nav a{text-decoration:none;color:var(--muted);font-weight:650;font-size:14px}.public-nav a:hover{color:var(--accent)}.locale-switch{margin-left:auto}.locale-switch button{padding:.45rem .6rem}.public-container{width:min(1120px,calc(100% - 2rem));margin:2.5rem auto 5rem}.public-section,.public-article{display:grid;gap:24px}.section-heading h1,.public-article h1{margin:.2rem 0;font-size:clamp(2rem,5vw,3.4rem);line-height:1.08}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:.78rem;font-weight:800;margin:0}.lead{font-size:1.18rem;color:var(--muted)}.content-list,.album-grid,.link-grid{display:grid;gap:16px}.content-card,.contact-card,.link-card,.ticket-thread article,.governance-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px}.content-card{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.content-card h2{margin:.15rem 0}.content-card p{color:var(--muted)}.content-meta{font-size:.78rem}.text-link,.button-link{color:var(--accent);font-weight:700;text-decoration:none}.article-body{white-space:normal;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px}.event-meta{display:flex;gap:28px}.event-meta div{display:grid}.event-meta dt{font-size:.75rem;color:var(--muted);text-transform:uppercase}.event-meta dd{margin:0}.gallery-grid,.governance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-grid figure{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.gallery-grid img{display:block;width:100%;height:240px;object-fit:cover}.gallery-grid figcaption{padding:12px}.governance-body{display:grid;gap:14px}.governance-card img{width:96px;height:96px;border-radius:50%;object-fit:cover}.link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.link-card{display:grid;gap:5px;text-decoration:none;color:var(--text)}.link-card span{color:var(--muted)}.contact-grid{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:24px}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px}.contact-form textarea{width:100%;font:inherit;border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem;background:var(--surface);color:var(--text)}.public-alert{padding:16px;border-radius:12px}.public-alert.success{background:#ecfdf3;color:#166534}.public-alert.error{background:#fff1ed;color:#9a3412}.ticket-thread{display:grid;gap:12px}.site-footer{min-height:84px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:1rem max(1rem,calc((100vw - 1120px)/2));background:var(--surface)}.site-footer a{text-decoration:none}.helpdesk-fab{position:fixed;right:22px;bottom:22px;display:flex;align-items:center;gap:8px;padding:11px 15px;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;box-shadow:0 12px 28px rgba(0,0,0,.2);font-weight:700}.helpdesk-fab span{display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(255,255,255,.6);border-radius:50%}@media(max-width:850px){.site-header-inner{flex-wrap:wrap;padding:12px 0}.public-nav{order:3;width:100%}.gallery-grid,.governance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.gallery-grid,.governance-grid,.link-grid{grid-template-columns:1fr}.content-card{display:grid}.public-container{margin-top:1.5rem}.helpdesk-fab{right:14px;bottom:14px}}

/* =========================================================
   Shapla Alumni — Public Homepage
   ========================================================= */

:root{
    --shapla-navy:#0B1F3A;
    --shapla-navy-2:#102B4E;
    --shapla-navy-3:#16385F;
    --shapla-teal:#109A8A;
    --shapla-blue:#2E6FD8;
    --shapla-gold:#F4B942;
    --shapla-cream:#F7F4EC;
    --shapla-soft:#F5F7FA;
    --shapla-ink:#10233E;
    --shapla-muted:#667085;
    --shapla-border:#E4E8EF;
    --shapla-radius:20px;
    --shapla-shadow:0 18px 50px rgba(11,31,58,.10);
}

html{
    scroll-behavior:smooth;
}

body.public-shell{
    background:#fff;
    color:var(--shapla-ink);
    overflow-x:hidden;
}

.public-container{
    width:100%;
    max-width:none;
    margin:0;
}

.site-header{
    position:sticky;
    top:0;
    z-index:50;
    padding:0;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(11,31,58,.08);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.site-header-inner{
    width:min(1240px,calc(100% - 40px));
    min-height:76px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:30px;
}

.site-brand{
    display:flex;
    align-items:center;
    flex:none;
    gap:11px;
    color:var(--shapla-navy);
    text-decoration:none;
}

.site-brand-mark{
    position:relative;
    display:block;
    width:42px;
    height:42px;
    border-radius:50%;
    background:var(--shapla-navy);
    overflow:hidden;
    box-shadow:0 7px 20px rgba(11,31,58,.16);
}

.site-brand-mark>span{
    position:absolute;
    width:12px;
    height:19px;
    top:8px;
    left:15px;
    border-radius:100% 0 100% 0;
    background:var(--shapla-gold);
    transform-origin:50% 100%;
}

.site-brand-mark>span:nth-child(1){transform:rotate(-42deg)}
.site-brand-mark>span:nth-child(2){transform:rotate(0deg)}
.site-brand-mark>span:nth-child(3){transform:rotate(42deg)}

.site-brand-mark>i{
    position:absolute;
    width:4px;
    height:14px;
    left:19px;
    bottom:5px;
    border-radius:10px;
    background:var(--shapla-teal);
}

.site-brand-copy,
.footer-brand>span:last-child{
    display:grid;
    line-height:1.05;
}

.site-brand-copy strong,
.footer-brand strong{
    font-size:18px;
    letter-spacing:-.02em;
}

.site-brand-copy small,
.footer-brand small{
    margin-top:4px;
    color:#718096;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.14em;
}

.public-nav{
    display:flex;
    flex:1;
    align-items:center;
    justify-content:center;
    gap:22px;
    overflow:visible;
    white-space:nowrap;
}

.public-nav a{
    position:relative;
    color:#46566D;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.2s ease;
}

.public-nav a:hover{
    color:var(--shapla-navy);
}

.public-nav a:after{
    content:"";
    position:absolute;
    right:0;
    bottom:-9px;
    left:0;
    height:2px;
    border-radius:2px;
    background:var(--shapla-gold);
    transform:scaleX(0);
    transition:transform .2s ease;
}

.public-nav a:hover:after{
    transform:scaleX(1);
}

.header-actions{
    display:flex;
    align-items:center;
    flex:none;
    gap:9px;
}

.locale-switch{
    margin:0;
}

.locale-switch button,
.header-login,
.header-join{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    padding:0 13px;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.locale-switch button{
    border:1px solid var(--shapla-border);
    background:#fff;
    color:var(--shapla-navy);
}

.header-login{
    color:var(--shapla-navy);
}

.header-join{
    padding:0 17px;
    background:var(--shapla-navy);
    color:#fff;
    box-shadow:0 7px 18px rgba(11,31,58,.16);
}

.home-hero{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        radial-gradient(circle at 78% 48%,rgba(16,154,138,.19),transparent 23%),
        radial-gradient(circle at 88% 12%,rgba(46,111,216,.17),transparent 25%),
        linear-gradient(135deg,#07182D 0%,#0B1F3A 48%,#102B4E 100%);
    color:#fff;
}

.home-hero:before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.20;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:52px 52px;
}

.home-hero-inner{
    position:relative;
    z-index:2;
    width:min(1240px,calc(100% - 40px));
    margin:auto;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);
    align-items:center;
    gap:70px;
    padding:86px 0 96px;
}

.hero-copy{
    max-width:700px;
}

.hero-kicker,
.home-eyebrow{
    margin:0 0 16px;
    color:var(--shapla-teal);
    font-size:12px;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.hero-kicker{
    color:#7DD6CB;
}

.hero-copy h1{
    max-width:780px;
    margin:0;
    font-size:clamp(3.3rem,6.4vw,6rem);
    line-height:.96;
    letter-spacing:-.055em;
}

.hero-copy h1 span{
    color:var(--shapla-gold);
}

.hero-lead{
    max-width:630px;
    margin:28px 0 0;
    color:#C8D5E5;
    font-size:clamp(1.05rem,2vw,1.25rem);
    line-height:1.75;
}

.hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:34px;
}

.home-button{
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 23px;
    border:1px solid transparent;
    border-radius:12px;
    font-size:14px;
    font-weight:850;
    text-decoration:none;
    transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

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

.home-button-primary{
    background:var(--shapla-gold);
    color:var(--shapla-navy);
    box-shadow:0 12px 28px rgba(244,185,66,.20);
}

.home-button-outline{
    border-color:rgba(255,255,255,.28);
    background:rgba(255,255,255,.06);
    color:#fff;
}

.home-button-dark{
    background:var(--shapla-navy);
    color:#fff;
}

.home-button-outline-light{
    border-color:rgba(255,255,255,.35);
    color:#fff;
}

.hero-trust{
    display:flex;
    align-items:center;
    gap:8px;
    margin:22px 0 0;
    color:#91A6BE;
    font-size:12px;
    font-weight:650;
}

.hero-trust span{
    color:#6ED5C8;
}

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

.network-orbit{
    position:absolute;
    border:1px solid rgba(255,255,255,.13);
    border-radius:50%;
}

.network-orbit-one{
    width:390px;
    height:390px;
}

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

.shapla-emblem{
    position:relative;
    width:190px;
    height:190px;
    border-radius:50%;
    background:rgba(255,255,255,.055);
    box-shadow:
        0 0 0 18px rgba(255,255,255,.025),
        0 30px 70px rgba(0,0,0,.25);
    backdrop-filter:blur(10px);
}

.shapla-emblem .petal{
    position:absolute;
    width:58px;
    height:94px;
    left:66px;
    top:31px;
    border-radius:100% 5% 100% 5%;
    background:linear-gradient(145deg,#FFD878,var(--shapla-gold));
    transform-origin:50% 75%;
}

.shapla-emblem .petal-1{transform:rotate(-65deg)}
.shapla-emblem .petal-2{transform:rotate(-32deg)}
.shapla-emblem .petal-3{transform:rotate(0deg)}
.shapla-emblem .petal-4{transform:rotate(32deg)}
.shapla-emblem .petal-5{transform:rotate(65deg)}

.shapla-emblem i{
    position:absolute;
    width:10px;
    height:58px;
    left:90px;
    bottom:17px;
    border-radius:10px;
    background:var(--shapla-teal);
}

.network-node{
    position:absolute;
    width:13px;
    height:13px;
    border:3px solid rgba(255,255,255,.9);
    border-radius:50%;
    background:var(--shapla-teal);
    box-shadow:0 0 0 8px rgba(16,154,138,.12);
}

.node-1{top:35px;left:28%}
.node-2{right:12%;top:41%}
.node-3{bottom:50px;left:25%}
.node-4{left:8%;top:47%;background:var(--shapla-gold)}

.verified-card{
    position:absolute;
    right:0;
    bottom:32px;
    display:flex;
    align-items:center;
    gap:12px;
    min-width:230px;
    padding:14px 17px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:15px;
    background:rgba(7,24,45,.72);
    box-shadow:0 18px 45px rgba(0,0,0,.25);
    backdrop-filter:blur(14px);
}

.verified-icon{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    flex:none;
    border-radius:50%;
    background:var(--shapla-teal);
    color:#fff;
    font-weight:900;
}

.verified-card div{
    display:grid;
}

.verified-card strong{
    font-size:13px;
}

.verified-card small{
    margin-top:2px;
    color:#9DB0C5;
}

.home-section{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
    padding:96px 0;
}

.home-section-heading{
    max-width:700px;
    margin-bottom:42px;
}

.centered-heading{
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

.home-section-heading h2,
.spotlight-copy h2,
.home-giveback h2,
.home-final-cta h2{
    margin:0;
    color:var(--shapla-navy);
    font-size:clamp(2rem,4vw,3.25rem);
    line-height:1.08;
    letter-spacing:-.035em;
}

.home-section-heading>p:not(.home-eyebrow),
.spotlight-copy>p:not(.home-eyebrow){
    color:var(--shapla-muted);
    font-size:16px;
    line-height:1.75;
}

.heading-with-link{
    max-width:none;
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:30px;
}

.heading-with-link>a{
    flex:none;
    color:var(--shapla-blue);
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}

.generation-row{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:9px;
    margin-bottom:42px;
}

.generation-row span{
    padding:8px 14px;
    border:1px solid var(--shapla-border);
    border-radius:999px;
    background:#fff;
    color:#667085;
    font-size:12px;
    font-weight:800;
}

.community-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.community-features article{
    padding:28px;
    border:1px solid var(--shapla-border);
    border-radius:var(--shapla-radius);
    background:#fff;
}

.feature-icon{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    margin-bottom:20px;
    border-radius:13px;
    background:#EAF6F4;
    color:var(--shapla-teal);
    font-size:20px;
    font-weight:900;
}

.community-features h3{
    margin:0 0 8px;
    color:var(--shapla-navy);
}

.community-features p{
    margin:0;
    color:var(--shapla-muted);
    line-height:1.7;
}

.home-content-section{
    width:100%;
    max-width:none;
    padding-right:max(20px,calc((100vw - 1180px)/2));
    padding-left:max(20px,calc((100vw - 1180px)/2));
    background:var(--shapla-soft);
}

.home-news-layout{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);
    gap:24px;
}

.home-news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.home-story-card,
.home-empty-card{
    min-height:245px;
    display:flex;
    flex-direction:column;
    padding:25px;
    border:1px solid var(--shapla-border);
    border-radius:18px;
    background:#fff;
    box-shadow:0 8px 25px rgba(11,31,58,.035);
}

.card-meta{
    margin:0 0 14px;
    color:#8A94A5;
    font-size:11px;
    font-weight:750;
}

.home-story-card h3{
    margin:0 0 12px;
    font-size:19px;
    line-height:1.35;
}

.home-story-card h3 a{
    color:var(--shapla-navy);
    text-decoration:none;
}

.home-story-card>p:not(.card-meta){
    margin:0;
    color:var(--shapla-muted);
    font-size:14px;
    line-height:1.65;
}

.home-text-link{
    margin-top:auto;
    padding-top:20px;
    color:var(--shapla-blue);
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.notice-board{
    overflow:hidden;
    align-self:start;
    border-radius:18px;
    background:var(--shapla-navy);
    box-shadow:var(--shapla-shadow);
}

.notice-board-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 22px;
    border-bottom:1px solid rgba(255,255,255,.1);
    color:#fff;
    font-weight:850;
}

.notice-board-head a{
    color:#9BDDD5;
    font-size:12px;
    text-decoration:none;
}

.notice-item{
    position:relative;
    display:grid;
    gap:5px;
    padding:18px 45px 18px 22px;
    border-bottom:1px solid rgba(255,255,255,.09);
    color:#fff;
    text-decoration:none;
}

.notice-item:last-child{
    border-bottom:0;
}

.notice-item small{
    color:#8EA4BE;
    font-size:10px;
}

.notice-item strong{
    font-size:13px;
    line-height:1.45;
}

.notice-item>span{
    position:absolute;
    right:20px;
    top:50%;
    color:var(--shapla-gold);
    transform:translateY(-50%);
}

.notice-empty{
    margin:0;
    padding:25px 22px;
    color:#AAB9CA;
}

.event-card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.home-event-card{
    display:flex;
    gap:18px;
    padding:24px;
    border:1px solid var(--shapla-border);
    border-radius:18px;
    background:#fff;
}

.event-date{
    width:62px;
    height:70px;
    display:grid;
    place-items:center;
    align-content:center;
    flex:none;
    border-radius:13px;
    background:var(--shapla-navy);
    color:#fff;
    line-height:1;
}

.event-date strong{
    font-size:25px;
}

.event-date span{
    margin-top:5px;
    color:var(--shapla-gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.1em;
}

.home-event-card h3{
    margin:0;
    font-size:17px;
    line-height:1.35;
}

.home-event-card h3 a{
    color:var(--shapla-navy);
    text-decoration:none;
}

.home-event-card p{
    margin:9px 0 0;
    color:var(--shapla-muted);
    font-size:13px;
    line-height:1.55;
}

.event-location{
    color:var(--shapla-teal)!important;
    font-weight:750;
}

.spotlight-section{
    width:min(1180px,calc(100% - 40px));
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.spotlight-copy{
    max-width:570px;
}

.spotlight-art{
    position:relative;
    min-height:390px;
    border-radius:28px;
    overflow:hidden;
    background:
        radial-gradient(circle at 70% 20%,rgba(244,185,66,.35),transparent 22%),
        linear-gradient(145deg,#102B4E,#0B1F3A);
}

.portrait{
    position:absolute;
    bottom:-30px;
    width:155px;
    height:270px;
    border:8px solid rgba(255,255,255,.10);
    border-radius:90px 90px 18px 18px;
    background:linear-gradient(160deg,#2E6FD8,#109A8A);
}

.portrait:before{
    content:"";
    position:absolute;
    width:68px;
    height:68px;
    top:34px;
    left:50%;
    border-radius:50%;
    background:#DCE6F2;
    transform:translateX(-50%);
}

.portrait-one{
    left:8%;
    transform:rotate(-7deg);
}

.portrait-two{
    left:36%;
    z-index:2;
    height:300px;
    background:linear-gradient(160deg,#D29B34,#F4B942);
}

.portrait-three{
    right:7%;
    transform:rotate(7deg);
}

.spotlight-art>span{
    position:absolute;
    right:25px;
    bottom:20px;
    z-index:5;
    color:#fff;
    font-size:12px;
    font-weight:800;
}

.memories-section{
    padding-top:70px;
}

.memory-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:210px;
    gap:16px;
}

.memory-album,
.memory-placeholder{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    overflow:hidden;
    padding:24px;
    border-radius:18px;
    background:
        linear-gradient(0deg,rgba(7,24,45,.85),rgba(7,24,45,.05)),
        linear-gradient(135deg,#2E6FD8,#109A8A);
    color:#fff;
    text-decoration:none;
}

.memory-large{
    grid-row:span 2;
}

.memory-pattern{
    position:absolute;
    inset:0;
    opacity:.18;
    background-image:
        radial-gradient(circle at 20% 30%,#fff 0 2px,transparent 3px),
        radial-gradient(circle at 70% 65%,#fff 0 2px,transparent 3px);
    background-size:38px 38px,52px 52px;
}

.memory-album strong,
.memory-album small{
    position:relative;
    z-index:2;
}

.memory-album strong{
    font-size:18px;
}

.memory-album small{
    margin-top:6px;
    color:#DCE6F2;
}

.memory-placeholder{
    align-items:center;
    justify-content:center;
    background:linear-gradient(145deg,#E9EEF5,#DDE6F0);
    color:var(--shapla-navy);
    font-size:30px;
}

.memory-placeholder strong{
    margin-top:12px;
    font-size:16px;
}

.home-giveback{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto 96px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:46px 50px;
    border:1px solid #F0DFC0;
    border-radius:24px;
    background:linear-gradient(135deg,#FFF9EC,#F7F2E8);
}

.home-giveback>div{
    max-width:690px;
}

.home-giveback h2{
    font-size:clamp(2rem,4vw,2.8rem);
}

.home-giveback p:not(.home-eyebrow){
    margin:14px 0 0;
    color:#6F6655;
}

.coming-soon-pill{
    flex:none;
    padding:11px 16px;
    border:1px solid #E6C987;
    border-radius:999px;
    color:#7A5A16;
    background:#FFF5D8;
    font-size:12px;
    font-weight:850;
}

.home-final-cta{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:75px max(20px,calc((100vw - 1180px)/2));
    background:var(--shapla-navy);
    color:#fff;
}

.home-final-cta>div:first-child{
    max-width:700px;
}

.home-final-cta .home-eyebrow{
    color:#6ED5C8;
}

.home-final-cta h2{
    color:#fff;
}

.home-final-cta .hero-actions{
    flex:none;
    margin:0;
}

.site-footer{
    display:block;
    min-height:0;
    padding:0;
    border:0;
    background:#07182D;
    color:#fff;
}

.footer-inner{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
    display:grid;
    grid-template-columns:minmax(260px,1fr) minmax(400px,1.25fr);
    gap:80px;
    padding:65px 0 55px;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
}

.footer-brand-column>p{
    max-width:370px;
    margin:20px 0 0;
    color:#899DB5;
    line-height:1.7;
}

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

.footer-links>div{
    display:grid;
    align-content:start;
    gap:11px;
}

.footer-links strong{
    margin-bottom:5px;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.footer-links a{
    color:#91A5BD;
    font-size:13px;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

.footer-bottom{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:20px 0 28px;
    border-top:1px solid rgba(255,255,255,.09);
    color:#71869E;
    font-size:11px;
}

.helpdesk-fab{
    z-index:70;
    background:var(--shapla-teal);
    box-shadow:0 12px 30px rgba(11,31,58,.25);
}

.locale-bn .hero-copy h1{
    line-height:1.15;
    letter-spacing:-.025em;
}

.locale-bn .home-section-heading h2,
.locale-bn .spotlight-copy h2,
.locale-bn .home-giveback h2,
.locale-bn .home-final-cta h2{
    line-height:1.25;
    letter-spacing:-.015em;
}

@media(max-width:1050px){
    .public-nav{
        gap:14px;
    }

    .public-nav a{
        font-size:12px;
    }

    .header-login{
        display:none;
    }

    .home-hero-inner{
        grid-template-columns:1fr .75fr;
        gap:35px;
    }

    .hero-copy h1{
        font-size:clamp(3rem,7vw,4.8rem);
    }

    .home-news-grid{
        grid-template-columns:1fr 1fr;
    }

    .home-story-card:last-child{
        display:none;
    }

    .event-card-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:850px){
    .site-header-inner{
        width:min(100% - 28px,1240px);
        min-height:68px;
        flex-wrap:nowrap;
        padding:0;
    }

    .site-brand-copy small{
        display:none;
    }

    .public-nav{
        order:initial;
        width:auto;
        justify-content:flex-start;
        overflow-x:auto;
        scrollbar-width:none;
    }

    .public-nav::-webkit-scrollbar{
        display:none;
    }

    .public-nav a:nth-child(n+5){
        display:none;
    }

    .header-actions{
        margin-left:auto;
    }

    .home-hero{
        min-height:auto;
    }

    .home-hero-inner{
        grid-template-columns:1fr;
        padding:75px 0;
    }

    .hero-copy{
        max-width:720px;
    }

    .hero-visual{
        display:none;
    }

    .community-features{
        grid-template-columns:1fr;
    }

    .home-news-layout{
        grid-template-columns:1fr;
    }

    .home-news-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .home-story-card:last-child{
        display:flex;
    }

    .spotlight-section{
        grid-template-columns:1fr;
        gap:40px;
    }

    .spotlight-copy{
        max-width:700px;
    }

    .footer-inner{
        grid-template-columns:1fr;
        gap:45px;
    }
}

@media(max-width:700px){
    .site-header-inner{
        gap:12px;
    }

    .public-nav{
        display:none;
    }

    .header-join{
        padding:0 13px;
    }

    .home-hero-inner,
    .home-section,
    .spotlight-section{
        width:calc(100% - 32px);
    }

    .home-hero-inner{
        padding:64px 0 68px;
    }

    .hero-copy h1{
        font-size:clamp(2.75rem,14vw,4.3rem);
    }

    .hero-lead{
        font-size:1rem;
    }

    .hero-actions{
        align-items:stretch;
    }

    .hero-actions .home-button{
        flex:1 1 180px;
    }

    .home-section{
        padding:70px 0;
    }

    .home-content-section{
        width:100%;
        padding-right:16px;
        padding-left:16px;
    }

    .heading-with-link{
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
    }

    .home-news-grid,
    .event-card-grid{
        grid-template-columns:1fr;
    }

    .home-story-card{
        min-height:210px;
    }

    .memory-grid{
        grid-template-columns:1fr 1fr;
        grid-auto-rows:180px;
    }

    .memory-large{
        grid-column:span 2;
        grid-row:auto;
    }

    .home-giveback{
        width:calc(100% - 32px);
        margin-bottom:70px;
        align-items:flex-start;
        flex-direction:column;
        padding:32px;
    }

    .home-final-cta{
        align-items:flex-start;
        flex-direction:column;
        padding-top:58px;
        padding-bottom:58px;
    }

    .home-final-cta .hero-actions{
        width:100%;
    }

    .footer-inner{
        width:calc(100% - 32px);
        padding:50px 0 40px;
    }

    .footer-links{
        grid-template-columns:1fr 1fr;
    }

    .footer-bottom{
        width:calc(100% - 32px);
        flex-direction:column;
    }

    .helpdesk-fab{
        max-width:52px;
        overflow:hidden;
        white-space:nowrap;
        padding:12px;
    }

    .helpdesk-fab>span{
        flex:none;
    }
}

@media(max-width:430px){
    .site-brand-copy strong{
        font-size:16px;
    }

    .locale-switch button{
        padding:0 9px;
    }

    .header-join{
        min-height:38px;
        font-size:12px;
    }

    .hero-copy h1{
        font-size:2.75rem;
    }

    .hero-trust{
        align-items:flex-start;
    }

    .generation-row{
        justify-content:flex-start;
    }

    .home-event-card{
        padding:18px;
    }

    .spotlight-art{
        min-height:300px;
    }

    .portrait{
        width:120px;
        height:220px;
    }

    .portrait-two{
        height:245px;
    }

    .memory-grid{
        grid-template-columns:1fr;
    }

    .memory-large{
        grid-column:auto;
    }

    .footer-links{
        grid-template-columns:1fr;
    }
}
