:root {
    --primary: #7E58A1;
    --primary-2: #9B7BC0;
    --primary-soft: #F3ECFA;
    --pink-soft: #FFF3F8;
    --mint-soft: #EFFAF7;
    --text: #241A2F;
    --muted: #6E627A;
    --line: #E9DDF3;
    --white: #FFFFFF;
    --shadow: 0 24px 70px rgba(126, 88, 161, .16);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--primary); color: white; padding: 10px 14px; border-radius: 12px; z-index: 99; }
.skip-link:focus { left: 10px; }

.topbar { background: var(--primary-soft); color: var(--primary); font-size: 13px; }
.topbar-inner { display: flex; gap: 18px; align-items: center; justify-content: flex-end; min-height: 36px; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(233,221,243,.8); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-link { display: flex; align-items: center; gap: 12px; }
.brand-logo, .footer-logo { width: 54px; height: 54px; }
.brand-link strong { display: block; font-family: 'Jost', sans-serif; font-size: 20px; color: var(--primary); line-height: 1.1; }
.brand-link small { color: var(--muted); font-size: 12px; }
.desktop-nav { display: flex; gap: 8px; align-items: center; }
.nav-link { padding: 10px 14px; border-radius: 999px; font-weight: 700; color: #44344F; }
.nav-link:hover, .nav-link.active { background: var(--primary-soft); color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-pill { border: 1px solid var(--line); padding: 9px 12px; border-radius: 999px; color: var(--primary); font-weight: 800; }
.menu-toggle { display: none; background: var(--primary-soft); border: 0; border-radius: 16px; padding: 11px; width: 44px; height: 44px; }
.menu-toggle span { display: block; height: 2px; background: var(--primary); margin: 5px 0; border-radius: 2px; }
.mobile-nav { display: none; border-top: 1px solid var(--line); }
.mobile-nav.open { display: block; }
.mobile-nav-inner { padding: 16px 0; display: grid; gap: 10px; }
.mobile-nav a:not(.btn) { padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; font-weight: 800; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: white; box-shadow: 0 12px 28px rgba(126, 88, 161, .22); }
.btn-soft { background: var(--primary-soft); color: var(--primary); border-color: var(--line); }
.btn-white { background: white; color: var(--primary); }

.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 10%, #F7EEFF 0, transparent 30%), linear-gradient(180deg, #fff 0%, #FBF8FF 100%); padding: 78px 0 60px; }
.hero-section:after { content: ''; position: absolute; inset: auto -80px -160px auto; width: 400px; height: 400px; background: #F3ECFA; border-radius: 50%; z-index: 0; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; color: var(--primary); background: var(--primary-soft); padding: 8px 13px; border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
h1, h2, h3, h4 { font-family: 'Jost', sans-serif; line-height: 1.12; margin: 0 0 16px; }
h1 { font-size: clamp(42px, 7vw, 76px); letter-spacing: -.04em; }
h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -.03em; }
h3 { font-size: 23px; }
p { margin: 0 0 18px; color: var(--muted); }
.hero-copy p { font-size: 20px; max-width: 650px; }
.hero-actions, .cta-actions, .center-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; max-width: 560px; }
.hero-stats div { background: rgba(255,255,255,.78); border: 1px solid var(--line); padding: 18px; border-radius: 22px; box-shadow: 0 12px 40px rgba(126,88,161,.08); }
.hero-stats strong { display: block; font-size: 30px; color: var(--primary); font-family: 'Jost', sans-serif; }
.hero-stats span { color: var(--muted); font-size: 13px; font-weight: 800; }
.hero-visual { position: relative; border-radius: 42px; background: linear-gradient(145deg, #fff, #F8F0FF); padding: 24px; box-shadow: var(--shadow); border: 1px solid #F1E3FA; }
.hero-visual img { border-radius: 32px; }
.floating-note { position: absolute; background: white; color: var(--primary); padding: 12px 16px; border-radius: 999px; box-shadow: var(--shadow); font-weight: 900; }
.note-one { left: -22px; top: 16%; }
.note-two { right: -18px; bottom: 18%; }

.section { padding: 86px 0; }
.light-section { background: linear-gradient(180deg, #FCFAFF, #FFFFFF); }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 36px; }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card, .event-card, .article-card, .quote-card, .contact-card, .cta-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(126, 88, 161, .09); }
.info-card { padding: 28px; transition: transform .2s ease, box-shadow .2s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; background: var(--primary-soft); border-radius: 20px; font-size: 28px; margin-bottom: 18px; }
.info-card small { color: var(--primary); font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.card-link { color: var(--primary); font-weight: 900; }
.quote-section { background: var(--pink-soft); }
.quote-card { position: relative; text-align: center; padding: 48px; overflow: hidden; }
.quote-card img { width: 86px; margin: 0 auto 22px; }
.quote-card blockquote { margin: 0 auto 14px; max-width: 820px; font-family: 'Jost', sans-serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.18; color: var(--text); }
.split-grid, .page-hero-grid, .contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; }
.image-panel { background: linear-gradient(145deg, #fff, #F7EEFF); border: 1px solid var(--line); border-radius: 38px; padding: 20px; box-shadow: var(--shadow); }
.content-panel .check-list { margin-bottom: 26px; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; color: var(--muted); font-weight: 700; }
.check-list li:before { content: '✓'; position: absolute; left: 0; top: 0; width: 24px; height: 24px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); border-radius: 50%; font-size: 13px; font-weight: 900; }
.event-card { overflow: hidden; }
.event-card img { width: 100%; height: 210px; object-fit: cover; background: var(--primary-soft); }
.event-card div { padding: 22px; }
.event-card time { color: var(--primary); font-weight: 900; font-size: 14px; }
.event-card h3 a:hover { color: var(--primary); }
.center-actions { justify-content: center; margin-top: 30px; }
.cta-section { padding-top: 20px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 44px; background: radial-gradient(circle at top right, #CDB6E6 0, transparent 34%), var(--primary); color: white; }
.cta-card .eyebrow { background: rgba(255,255,255,.16); color: white; }
.cta-card p, .cta-card h2 { color: white; }

.page-hero { background: linear-gradient(180deg, #FBF8FF 0%, #FFFFFF 100%); padding: 70px 0 46px; overflow: hidden; }
.page-hero.compact { text-align: center; padding: 78px 0; }
.page-hero.compact .container { max-width: 800px; }
.page-hero-image { border: 1px solid var(--line); border-radius: 34px; padding: 16px; box-shadow: var(--shadow); background: white; }
.article-layout { display: grid; grid-template-columns: 270px 1fr; gap: 30px; align-items: start; }
.article-side { position: sticky; top: 130px; background: var(--primary-soft); border: 1px solid var(--line); border-radius: 24px; padding: 22px; }
.article-side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.article-side a { color: var(--primary); font-weight: 800; }
.article-card { padding: 36px; }
.article-card section + section { margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.soft-box { background: var(--primary-soft); border: 1px solid var(--line); border-radius: 24px; padding: 24px; margin-top: 28px; }
.article-note { margin-top: 28px; padding: 18px; border-left: 4px solid var(--primary); background: #FFFCFF; border-radius: 14px; color: var(--muted); }
.narrow { max-width: 860px; }
.contact-grid { align-items: start; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 900; color: var(--text); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; font: inherit; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(126,88,161,.1); }
.contact-card { padding: 30px; background: linear-gradient(145deg, #fff, #F8F0FF); }
.contact-card img { width: 100px; margin-bottom: 20px; }

.site-footer { background: #2A1738; color: white; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 34px; }
.site-footer p, .site-footer a, .footer-bottom span { color: rgba(255,255,255,.76); }
.site-footer a { display: block; margin-bottom: 9px; }
.site-footer a:hover { color: white; }
.footer-logo { margin-bottom: 14px; }
.socials { display: grid; gap: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s ease forwards; }
.delay-1 { animation-delay: .16s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: inline-block; }
    .hero-grid, .split-grid, .page-hero-grid, .contact-grid { grid-template-columns: 1fr; }
    .card-grid.three { grid-template-columns: 1fr 1fr; }
    .article-layout { grid-template-columns: 1fr; }
    .article-side { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .note-one, .note-two { position: static; display: inline-flex; margin: 10px 8px 0 0; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1160px); }
    .topbar-inner { justify-content: center; gap: 8px 14px; text-align: center; }
    .nav-shell { min-height: 72px; }
    .brand-link small { display: none; }
    .brand-logo { width: 46px; height: 46px; }
    .brand-link strong { font-size: 17px; }
    .nav-actions .btn, .language-pill { display: none; }
    .hero-section { padding: 48px 0; }
    h1 { font-size: 42px; }
    .hero-copy p { font-size: 17px; }
    .hero-stats { grid-template-columns: 1fr; }
    .card-grid.three { grid-template-columns: 1fr; }
    .section { padding: 58px 0; }
    .quote-card, .article-card, .cta-card { padding: 26px; }
    .cta-card { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* Remote-image upgrade: keeps real photos clean, bright, and never covered by dark shade. */
.brand-logo,
.footer-logo {
    object-fit: contain;
    border-radius: 0;
}

.real-hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(126,88,161,.14), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255,226,242,.65), transparent 30%),
        linear-gradient(180deg, #FFFFFF 0%, #FBF8FF 100%);
}

.photo-hero {
    padding: 14px;
    background: rgba(255,255,255,.82);
}

.photo-hero img,
.real-photo-panel img,
.map-panel img,
.page-hero-image img {
    width: 100%;
    border-radius: 30px;
}

.photo-hero img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.real-photo-panel img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.map-panel img {
    object-fit: contain;
    background: #fff;
    padding: 12px;
}

.butterfly-chip {
    position: absolute;
    background: rgba(255,255,255,.94);
    color: var(--primary);
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: var(--shadow);
    font-weight: 900;
    border: 1px solid rgba(233,221,243,.9);
}

.chip-one { left: -18px; top: 12%; }
.chip-two { right: -16px; bottom: 14%; }

.logo-row {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.logo-row a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary);
    font-weight: 900;
    border: 1px solid var(--line);
}

.quote-butterfly {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 18px;
}

.events-feature-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(126,88,161,.09), transparent 30%),
        #FFFFFF;
}

.page-hero-image img {
    max-height: 430px;
    object-fit: cover;
    object-position: center;
}

.event-detail-image img {
    max-height: 560px;
    object-fit: contain;
    background: #fff;
}

@media (max-width: 980px) {
    .chip-one,
    .chip-two {
        position: static;
        display: inline-flex;
        margin: 10px 8px 0 0;
    }

    .reverse-on-mobile .image-panel {
        order: -1;
    }
}
