:root {
    --ml-magenta: #bf04a1;
    --ml-magenta-dark: #8e087d;
    --ml-turquoise: #05bfc0;
    --ml-pink: #f20575;
    --ml-orange: #f23104;
    --ml-yellow: #f3b705;
    --ml-ink: #18131e;
    --ml-muted: #6f6878;
    --ml-line: #e9e4ec;
    --ml-soft: #f8f4fa;
    --ml-white: #ffffff;
    --ml-radius: 24px;
    --ml-shadow: 0 24px 70px rgba(45, 19, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ml-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(191, 4, 161, .18); }

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: .75rem 1rem;
    border-radius: 10px;
    background: #fff;
    color: var(--ml-ink);
    box-shadow: var(--ml-shadow);
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(24, 19, 30, .07);
    transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(35, 19, 39, .08); background: rgba(255,255,255,.96); }
.navbar { min-height: 82px; padding: .35rem 0; }
.navbar-brand { display: inline-flex; align-items: center; }
.navbar-brand img { width: 188px; height: auto; display: block; }
.navbar-nav { gap: .15rem; }
.nav-link {
    position: relative;
    padding: .65rem .8rem !important;
    color: #3d3543;
    font-size: .94rem;
    font-weight: 680;
    letter-spacing: -.01em;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: .8rem;
    right: .8rem;
    bottom: .36rem;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--ml-magenta), var(--ml-turquoise));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}
.nav-link:hover, .nav-link.active { color: var(--ml-magenta-dark); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.dropdown-toggle::after { position: static; width: auto; height: auto; background: none; transform: none; margin-left: .35rem; }
.dropdown-menu {
    border: 1px solid rgba(24,19,30,.07);
    border-radius: 16px;
    padding: .55rem;
    box-shadow: 0 20px 60px rgba(30,15,35,.13);
}
.dropdown-item { border-radius: 10px; padding: .65rem .75rem; font-weight: 600; color: #4a414f; }
.dropdown-item:hover { color: var(--ml-magenta-dark); background: rgba(191,4,161,.07); }
.nav-cta { padding: .7rem 1.05rem !important; }
.nav-cta::after { display: none; }
.navbar-toggler { border: 0; padding: .55rem; box-shadow: none !important; }
.navbar-toggler span { display: block; width: 25px; height: 2px; margin: 5px 0; border-radius: 99px; background: var(--ml-ink); }

.btn {
    border-radius: 999px;
    font-weight: 760;
    letter-spacing: -.015em;
    padding: .72rem 1.25rem;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-brand {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, var(--ml-magenta), var(--ml-pink));
    box-shadow: 0 12px 28px rgba(191, 4, 161, .23);
}
.btn-brand:hover, .btn-brand:focus { color: #fff; box-shadow: 0 17px 36px rgba(191,4,161,.31); }
.btn-outline-dark { border-width: 1.5px; }
.btn-lg { padding: .9rem 1.45rem; font-size: 1rem; }

.hero-section {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 7rem 0 6rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 10%, rgba(242, 5, 117, .10), transparent 25%),
        radial-gradient(circle at 90% 15%, rgba(5, 191, 192, .13), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fcf9fd 100%);
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .24;
    background-image: linear-gradient(rgba(24,19,30,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(24,19,30,.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.hero-orb-one { width: 420px; height: 420px; right: -230px; top: 80px; background: rgba(5,191,192,.13); }
.hero-orb-two { width: 320px; height: 320px; left: -210px; bottom: 10px; background: rgba(191,4,161,.10); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
    color: var(--ml-magenta-dark);
    font-size: .79rem;
    font-weight: 820;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--ml-pink), var(--ml-turquoise)); }
.eyebrow-light { color: #fff; }
.eyebrow-light span { background: linear-gradient(90deg, var(--ml-yellow), var(--ml-turquoise)); }
.hero-section h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(3rem, 6vw, 6.15rem);
    line-height: .98;
    font-weight: 880;
    letter-spacing: -.065em;
}
.hero-section h1::selection { background: rgba(5,191,192,.25); }
.hero-copy { max-width: 700px; margin: 1.65rem 0 0; color: #5f5765; font-size: clamp(1.06rem, 1.6vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 1.4rem 2.3rem; margin-top: 3rem; }
.hero-facts div { position: relative; display: grid; gap: .1rem; padding-left: 1rem; }
.hero-facts div::before { content: ""; position: absolute; left: 0; top: .35rem; bottom: .3rem; width: 3px; border-radius: 99px; background: linear-gradient(var(--ml-pink), var(--ml-turquoise)); }
.hero-facts strong { font-size: .94rem; }
.hero-facts span { color: var(--ml-muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.hero-logo-card {
    position: relative;
    width: min(100%, 540px);
    padding: 4rem 2.5rem;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 42px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 35px 100px rgba(82, 29, 84, .16);
    backdrop-filter: blur(18px);
    transform: rotate(-2deg);
}
.hero-logo-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: -1;
    border-radius: 33px;
    background: linear-gradient(135deg, rgba(191,4,161,.08), rgba(5,191,192,.09));
}
.hero-logo-card img { width: 100%; display: block; }
.floating-card {
    position: absolute;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: .7rem;
    min-width: 165px;
    padding: .9rem 1rem;
    border: 1px solid rgba(24,19,30,.06);
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 50px rgba(43,19,45,.13);
}
.floating-card strong { font-size: .92rem; line-height: 1.1; }
.floating-card small { grid-column: 2; color: var(--ml-muted); font-size: .72rem; }
.floating-card-top { top: 7%; right: -2%; }
.floating-card-bottom { bottom: 4%; left: -5%; }
.floating-dot { grid-row: 1 / 3; width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 0 0 7px rgba(0,0,0,.03); }
.floating-dot.turquoise { background: var(--ml-turquoise); }
.floating-dot.magenta { background: var(--ml-magenta); }

.section { padding: 6.5rem 0; }
.section-light { background: #fff; }
.section-soft { background: var(--ml-soft); }
.section-heading { margin-bottom: 2.3rem; }
.section-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: 1.02; font-weight: 860; letter-spacing: -.05em; }
.section-heading p { color: var(--ml-muted); }
.section-heading-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr); align-items: end; gap: 3rem; }
.section-heading-split p { margin: 0 0 .3rem; font-size: 1.08rem; }
.section-heading-action { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.compact-heading h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--ml-magenta-dark); font-weight: 780; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: #fff; }

.pillar-card {
    position: relative;
    height: 100%;
    min-height: 280px;
    padding: 2rem;
    border: 1px solid var(--ml-line);
    border-radius: var(--ml-radius);
    background: #fff;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pillar-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 130px; height: 130px; border-radius: 50%; background: linear-gradient(135deg, rgba(191,4,161,.08), rgba(5,191,192,.10)); }
.pillar-card:hover { transform: translateY(-6px); border-color: rgba(191,4,161,.25); box-shadow: var(--ml-shadow); }
.pillar-number { display: block; margin-bottom: 2.7rem; color: var(--ml-magenta); font-size: .8rem; font-weight: 850; letter-spacing: .12em; }
.pillar-card h3 { position: relative; z-index: 1; margin: 0 0 .7rem; font-size: 1.35rem; font-weight: 820; letter-spacing: -.025em; }
.pillar-card p { position: relative; z-index: 1; margin: 0; color: var(--ml-muted); font-size: .95rem; }

.impact-section { padding-top: 1rem; }
.impact-panel {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 4rem;
    padding: clamp(2.2rem, 5vw, 5rem);
    border-radius: 36px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #25162b 0%, #3a1744 45%, #132f38 100%);
    box-shadow: 0 35px 90px rgba(28,15,33,.2);
}
.impact-panel::before { content: ""; position: absolute; width: 430px; height: 430px; top: -280px; right: -120px; border-radius: 50%; background: rgba(5,191,192,.15); }
.impact-panel::after { content: ""; position: absolute; width: 330px; height: 330px; bottom: -240px; left: 10%; border-radius: 50%; background: rgba(242,5,117,.16); }
.impact-copy, .impact-steps { position: relative; z-index: 1; }
.impact-copy h2 { margin: 0 0 1rem; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 860; }
.impact-copy p { max-width: 540px; color: rgba(255,255,255,.7); font-size: 1.03rem; }
.impact-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.impact-steps div { display: grid; grid-template-columns: auto 1fr; column-gap: .8rem; padding: 1.35rem; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.06); }
.impact-steps span { grid-row: 1 / 3; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--ml-magenta), var(--ml-turquoise)); font-size: .8rem; font-weight: 850; }
.impact-steps strong { font-size: 1rem; }
.impact-steps small { color: rgba(255,255,255,.62); line-height: 1.45; }

.content-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--ml-line);
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}
.content-card:hover { transform: translateY(-6px); box-shadow: var(--ml-shadow); }
.content-card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #f1edf3; }
.content-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.content-card:hover .content-card-media img { transform: scale(1.04); }
.content-card-placeholder { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(145deg, #f8eff8, #eefafa); }
.content-card-placeholder span { position: absolute; border-radius: 50%; opacity: .78; }
.content-card-placeholder span:nth-child(1) { width: 170px; height: 170px; left: -35px; bottom: -60px; background: var(--ml-magenta); }
.content-card-placeholder span:nth-child(2) { width: 140px; height: 140px; right: -20px; top: -45px; background: var(--ml-turquoise); }
.content-card-placeholder span:nth-child(3) { width: 75px; height: 75px; right: 31%; bottom: 18%; background: var(--ml-yellow); }
.content-badge { position: absolute; top: 1rem; left: 1rem; padding: .4rem .7rem; border-radius: 999px; color: #fff; background: rgba(24,19,30,.85); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; }
.content-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.55rem; }
.content-meta { margin-bottom: .7rem; color: var(--ml-magenta-dark); font-size: .76rem; font-weight: 780; text-transform: uppercase; letter-spacing: .06em; }
.content-card h3 { margin: 0 0 .65rem; font-size: 1.28rem; line-height: 1.25; font-weight: 830; letter-spacing: -.025em; }
.content-card h3 a:hover { color: var(--ml-magenta-dark); }
.content-card p { margin: 0 0 1.1rem; color: var(--ml-muted); font-size: .93rem; }
.content-card .text-link { margin-top: auto; }

.news-list { display: grid; gap: .8rem; }
.news-list-item { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 1rem; padding: 1.2rem; border: 1px solid var(--ml-line); border-radius: 16px; background: #fff; transition: transform .2s ease, border-color .2s ease; }
.news-list-item:hover { transform: translateX(5px); border-color: rgba(191,4,161,.25); }
.news-date { color: var(--ml-magenta-dark); font-size: .78rem; font-weight: 780; }
.news-list-item span:nth-child(2) { display: grid; gap: .22rem; }
.news-list-item strong { font-size: 1rem; line-height: 1.25; }
.news-list-item small { color: var(--ml-muted); font-size: .82rem; line-height: 1.35; }
.news-list-item b { color: var(--ml-magenta); }
.events-panel { height: 100%; padding: 2rem; border-radius: 28px; color: #fff; background: linear-gradient(145deg, #2e1835, #171c26); box-shadow: var(--ml-shadow); }
.events-panel h2 { margin: 0 0 1.4rem; font-size: 2rem; font-weight: 840; letter-spacing: -.04em; }
.event-mini-list { display: grid; gap: .65rem; }
.event-mini-list a { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .85rem; padding: .85rem; border-radius: 15px; background: rgba(255,255,255,.07); transition: background .2s ease; }
.event-mini-list a:hover { background: rgba(255,255,255,.12); }
.event-date-box { display: grid; place-items: center; align-content: center; min-width: 68px; min-height: 62px; padding: .55rem .7rem; border-radius: 12px; color: var(--ml-ink); background: #fff; line-height: 1; box-shadow: inset 0 0 0 1px rgba(24,19,30,.06); }
.event-date-day { display: block; color: var(--ml-ink); font-size: 1.35rem; font-weight: 850; line-height: 1; }
.event-date-month { display: block; margin-top: .28rem; color: var(--ml-magenta-dark); font-size: .68rem; font-weight: 850; line-height: 1; letter-spacing: .04em; white-space: nowrap; }
.event-mini-list a > span:last-child { display: grid; gap: .12rem; }
.event-mini-list strong { font-size: .9rem; line-height: 1.25; }
.event-mini-list a > span:last-child small { color: rgba(255,255,255,.72); font-size: .74rem; line-height: 1.35; }
.empty-state { padding: 1.5rem; border: 1px dashed #d8d1dc; border-radius: 16px; color: var(--ml-muted); }

.join-section { padding-top: 2rem; }
.join-card { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4.5rem); border-radius: 34px; color: #fff; overflow: hidden; background: linear-gradient(120deg, var(--ml-magenta-dark), var(--ml-magenta) 42%, #8d157d 66%, #126e77); box-shadow: 0 32px 90px rgba(117,7,105,.26); }
.join-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -100px; border-radius: 50%; background: rgba(255,255,255,.09); }
.join-card > * { position: relative; z-index: 1; }
.join-card h2 { max-width: 700px; margin: 0 0 .7rem; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.02; font-weight: 860; letter-spacing: -.055em; }
.join-card p { max-width: 680px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.join-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .8rem; min-width: 330px; }

.page-hero { position: relative; padding: 7.5rem 0 5rem; color: #fff; overflow: hidden; background: linear-gradient(135deg, #24142a, #4b1650 52%, #123e43); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -220px; border-radius: 50%; background: rgba(5,191,192,.22); }
.page-hero-inner { position: relative; z-index: 1; max-width: 900px; }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; font-weight: 880; letter-spacing: -.06em; }
.page-hero p { max-width: 760px; margin: 1.3rem 0 0; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.page-hero-compact { padding: 6.3rem 0 4rem; }
.page-hero-compact h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }

.article-header { padding: 6.5rem 0 3.5rem; background: var(--ml-soft); }
.article-header .container { max-width: 980px; }
.back-link { display: inline-block; margin-bottom: 2rem; color: var(--ml-magenta-dark); font-weight: 770; }
.article-kicker { margin-bottom: .7rem; color: var(--ml-magenta-dark); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-header h1 { margin: 0; font-size: clamp(2.7rem, 5.2vw, 5.2rem); line-height: 1.02; font-weight: 870; letter-spacing: -.055em; }
.article-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.4rem; color: var(--ml-muted); font-size: .9rem; }
.article-section { padding-top: 4rem; }
.article-cover { width: 100%; max-height: 620px; object-fit: cover; margin-bottom: 2.4rem; border-radius: 26px; box-shadow: var(--ml-shadow); }
.article-lead { margin: 0 0 2rem; padding-left: 1.2rem; border-left: 4px solid var(--ml-turquoise); color: #514856; font-size: 1.3rem; line-height: 1.55; }
.prose { color: #39313e; font-size: 1.08rem; line-height: 1.8; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3, .prose h4 { margin: 2.2rem 0 .8rem; color: var(--ml-ink); line-height: 1.18; font-weight: 830; letter-spacing: -.035em; }
.prose h2 { font-size: 2rem; }
.prose h3 { font-size: 1.55rem; }
.prose p { margin: 0 0 1.25rem; }
.prose ul, .prose ol { margin: 0 0 1.4rem; padding-left: 1.35rem; }
.prose li { margin-bottom: .5rem; }
.prose blockquote { margin: 2rem 0; padding: 1.5rem 1.7rem; border-radius: 0 18px 18px 0; border-left: 4px solid var(--ml-magenta); background: var(--ml-soft); font-size: 1.18rem; }
.prose a { color: var(--ml-magenta-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-share { display: flex; align-items: center; gap: .65rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--ml-line); }
.article-share span { color: var(--ml-muted); font-size: .82rem; }
.article-share a, .article-share button { border: 1px solid var(--ml-line); border-radius: 999px; padding: .45rem .75rem; background: #fff; color: var(--ml-ink); font-size: .78rem; font-weight: 730; }
.article-share a:hover, .article-share button:hover { border-color: var(--ml-magenta); color: var(--ml-magenta-dark); }

.empty-page-state { max-width: 700px; margin: 2rem auto; padding: 4rem 2rem; border: 1px dashed #d8d1dc; border-radius: 26px; text-align: center; }
.empty-page-state span { display: inline-block; width: 68px; height: 68px; margin-bottom: 1rem; border-radius: 50%; background: linear-gradient(135deg, var(--ml-magenta), var(--ml-turquoise)); box-shadow: 0 0 0 12px rgba(191,4,161,.07); }
.empty-page-state h2 { font-size: 1.6rem; font-weight: 820; }
.empty-page-state p { color: var(--ml-muted); }

.contact-section { background: linear-gradient(180deg, #fff, #fbf8fc); }
.contact-info-card, .contact-form-card { height: 100%; padding: clamp(1.6rem, 4vw, 2.8rem); border: 1px solid var(--ml-line); border-radius: 28px; background: #fff; box-shadow: 0 20px 60px rgba(45,19,49,.07); }
.contact-info-card h2, .contact-form-card h2 { margin: 0 0 .8rem; font-size: 2.2rem; font-weight: 850; letter-spacing: -.045em; }
.contact-info-card > p { color: var(--ml-muted); }
.contact-data { display: grid; gap: 1.25rem; margin: 2rem 0; }
.contact-data div { display: grid; gap: .15rem; padding-bottom: 1rem; border-bottom: 1px solid var(--ml-line); }
.contact-data small { color: var(--ml-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-data strong, .contact-data a { font-weight: 750; }
.contact-data a:hover { color: var(--ml-magenta-dark); }
.map-link { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.1rem; border-radius: 14px; color: #fff; background: var(--ml-ink); font-weight: 760; }
.contact-form-card .form-control { min-height: 52px; border-radius: 13px; border-color: #ded7e2; padding: .75rem .9rem; }
.contact-form-card textarea.form-control { min-height: 170px; }
.form-control:focus, .form-select:focus { border-color: var(--ml-magenta); box-shadow: 0 0 0 .2rem rgba(191,4,161,.11); }
.form-label { font-size: .84rem; font-weight: 730; color: #4d4552; }
.form-check-input:checked { border-color: var(--ml-magenta); background-color: var(--ml-magenta); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.error-page { min-height: 68vh; display: grid; place-items: center; padding: 6rem 0; background: var(--ml-soft); }
.error-code { color: transparent; -webkit-text-stroke: 2px var(--ml-magenta); font-size: clamp(6rem, 18vw, 13rem); line-height: .85; font-weight: 900; letter-spacing: -.08em; }
.error-page h1 { margin: 1rem 0 .5rem; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 850; letter-spacing: -.045em; }
.error-page p { color: var(--ml-muted); }

.site-footer { position: relative; margin-top: 2rem; padding: 6rem 0 1.6rem; color: #fff; overflow: hidden; background: #17121b; }
.footer-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .25; }
.footer-glow-one { width: 440px; height: 440px; top: -280px; left: -100px; background: var(--ml-magenta); }
.footer-glow-two { width: 380px; height: 380px; right: -200px; bottom: -180px; background: var(--ml-turquoise); }
.footer-logo { width: 220px; height: auto; filter: drop-shadow(0 10px 25px rgba(0,0,0,.15)); }
.footer-lead { max-width: 460px; margin: 1.2rem 0 1.5rem; color: rgba(255,255,255,.65); font-size: 1rem; }
.footer-title { margin: 0 0 1rem; font-size: .78rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; color: rgba(255,255,255,.92); }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-links a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.62); }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact { display: grid; gap: .7rem; margin: 0; font-style: normal; }
.social-links { display: flex; gap: .55rem; }
.social-links a { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 .6rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 800; }
.social-links a:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.47); font-size: .78rem; }
.footer-legal { display: flex; gap: 1.2rem; }
.footer-legal a:hover { color: #fff; }

.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 1100; display: flex; align-items: center; gap: 1.2rem; max-width: 520px; padding: 1rem 1.1rem; border: 1px solid var(--ml-line); border-radius: 18px; background: #fff; box-shadow: var(--ml-shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: .85rem; }
.cookie-banner p { margin: .1rem 0 0; color: var(--ml-muted); font-size: .76rem; line-height: 1.35; }

@media (max-width: 1199.98px) {
    .hero-section { min-height: auto; padding-top: 5.5rem; }
    .hero-visual { min-height: 390px; }
    .floating-card-top { right: 0; }
    .floating-card-bottom { left: 0; }
    .impact-panel { grid-template-columns: 1fr; gap: 2.6rem; }
    .join-card { align-items: flex-start; flex-direction: column; }
    .join-actions { justify-content: flex-start; min-width: 0; }
}

@media (max-width: 991.98px) {
    .navbar { min-height: 72px; }
    .navbar-brand img { width: 165px; }
    .navbar-collapse { margin-top: .7rem; padding: 1rem; border: 1px solid var(--ml-line); border-radius: 18px; background: #fff; box-shadow: var(--ml-shadow); }
    .navbar-nav { align-items: stretch !important; }
    .nav-link { padding: .75rem .35rem !important; }
    .nav-link::after { left: .35rem; right: auto; width: 34px; bottom: .45rem; }
    .nav-cta { width: 100%; margin-top: .45rem; text-align: center; }
    .dropdown-menu { border: 0; box-shadow: none; padding: 0 0 .25rem .7rem; }
    .hero-section { padding: 4.5rem 0; }
    .hero-section h1 { max-width: 830px; }
    .hero-visual { min-height: 420px; margin-top: 1.5rem; }
    .section { padding: 5rem 0; }
    .section-heading-split { grid-template-columns: 1fr; gap: 1rem; }
    .section-heading-split p { max-width: 720px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .hero-section { padding: 3.6rem 0 4rem; }
    .hero-section h1 { font-size: clamp(2.75rem, 13vw, 4.45rem); }
    .hero-copy { margin-top: 1.25rem; }
    .hero-actions .btn { width: 100%; }
    .hero-facts { gap: 1rem; }
    .hero-facts div { width: calc(50% - .5rem); }
    .hero-visual { min-height: 310px; }
    .hero-logo-card { padding: 2.2rem 1.4rem; border-radius: 28px; }
    .floating-card { display: none; }
    .section { padding: 4rem 0; }
    .section-heading-action { align-items: flex-start; flex-direction: column; }
    .pillar-card { min-height: 0; }
    .impact-panel { padding: 2rem 1.2rem; border-radius: 25px; }
    .impact-steps { grid-template-columns: 1fr; }
    .news-list-item { grid-template-columns: 70px 1fr; }
    .news-list-item b { display: none; }
    .join-card { padding: 2rem 1.2rem; border-radius: 25px; }
    .join-actions, .join-actions .btn { width: 100%; }
    .page-hero { padding: 5rem 0 3.4rem; }
    .page-hero h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); }
    .article-header { padding: 4.3rem 0 2.7rem; }
    .article-header h1 { font-size: clamp(2.4rem, 11vw, 4rem); }
    .article-cover { border-radius: 18px; }
    .prose { font-size: 1rem; }
    .contact-info-card, .contact-form-card { padding: 1.35rem; border-radius: 21px; }
    .site-footer { padding-top: 4rem; }
    .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .hero-facts div { width: 100%; }
    .hero-section h1 { letter-spacing: -.055em; }
    .section-heading h2 { font-size: 2.35rem; }
    .content-card-body { padding: 1.25rem; }
    .events-panel { padding: 1.35rem; border-radius: 22px; }
    .footer-logo { width: 185px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* MotionLab 1.1.0 — public statute */
.prose .statute-intro {
    margin-bottom: 1.2rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(191, 4, 161, .14);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(191, 4, 161, .065), rgba(5, 191, 192, .07));
    color: var(--ml-ink);
}
.prose .document-download {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .78rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--ml-magenta), var(--ml-pink));
    box-shadow: 0 12px 28px rgba(191, 4, 161, .18);
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}
.prose .document-download::before { content: "↓"; font-size: 1.05rem; }
.prose .document-download:hover { color: #fff; transform: translateY(-1px); }
.prose .statute-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin: 0 0 2.4rem;
    padding: 0;
    list-style: none;
}
.prose .statute-toc li { margin: 0; }
.prose .statute-toc a {
    display: block;
    height: 100%;
    padding: .85rem 1rem;
    border: 1px solid var(--ml-line);
    border-radius: 13px;
    color: var(--ml-ink);
    background: #fff;
    font-size: .88rem;
    font-weight: 760;
    line-height: 1.35;
    text-decoration: none;
}
.prose .statute-toc a:hover {
    border-color: rgba(191, 4, 161, .35);
    color: var(--ml-magenta-dark);
    box-shadow: 0 8px 22px rgba(45, 19, 49, .07);
}
.prose .statute-main-title {
    margin-top: 3rem;
    text-align: center;
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    letter-spacing: -.05em;
}
.prose .statute-subtitle {
    max-width: 680px;
    margin: .2rem auto 1rem;
    color: var(--ml-magenta-dark);
    text-align: center;
    font-size: clamp(1.15rem, 3vw, 1.55rem);
    letter-spacing: -.02em;
}
.prose .statute-adopted {
    max-width: 700px;
    margin: 0 auto 3rem;
    color: var(--ml-muted);
    text-align: center;
    font-size: .96rem;
}
.prose h2[id] {
    scroll-margin-top: 110px;
    margin-top: 4rem;
    padding-top: 1.35rem;
    border-top: 2px solid rgba(191, 4, 161, .12);
    color: var(--ml-magenta-dark);
    font-size: clamp(1.65rem, 4vw, 2.25rem);
}
.prose h2[id] + h3 { margin-top: 1.55rem; }
.prose hr {
    margin: 3rem 0;
    border: 0;
    border-top: 1px solid var(--ml-line);
    opacity: 1;
}

@media (max-width: 767.98px) {
    .prose .statute-toc { grid-template-columns: 1fr; }
    .prose h2[id] { margin-top: 3rem; }
}

@media print {
    .site-header, .site-footer, .cookie-banner, .page-hero, .document-download { display: none !important; }
    .section { padding: 0 !important; }
    .prose { color: #000; font-size: 11pt; line-height: 1.45; }
    .prose .statute-toc { display: none; }
    .prose h2[id] { break-before: page; border-top: 0; color: #000; }
}
