.navbar[data-v-868f8d6a]{position:fixed;inset:0 auto auto 0;width:100%;z-index:20;border-bottom:1px solid var(--color-border);background:var(--color-surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.navbar__inner[data-v-868f8d6a]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);max-width:1160px;margin:0 auto;padding:var(--space-3) var(--space-4)}.navbar__brand[data-v-868f8d6a]{display:grid;place-items:center;width:auto;text-decoration:none}.navbar__logo[data-v-868f8d6a]{width:13rem;max-height:6rem;object-fit:contain;transition:filter .2s ease}html[data-theme=dark] .navbar__logo[data-v-868f8d6a]{filter:brightness(0) invert(1)}.navbar__toggle[data-v-868f8d6a]{display:grid;place-items:center;width:2.5rem;height:2.5rem;border:none;background:transparent;gap:.35rem;padding:0;cursor:pointer}.navbar__toggle span[data-v-868f8d6a]{display:block;width:1.5rem;height:2px;background:var(--color-text)}.navbar__nav[data-v-868f8d6a]{display:none;flex:1;justify-content:center;gap:var(--space-4)}.navbar__link[data-v-868f8d6a]{color:var(--color-text);text-decoration:none;font-family:var(--font-sans);font-weight:500;position:relative}.navbar__link--active[data-v-868f8d6a]:after,.navbar__link[data-v-868f8d6a]:hover:after{content:"";position:absolute;left:0;right:0;height:2px;background:var(--color-text);bottom:-.35rem}.navbar__actions[data-v-868f8d6a]{display:flex;gap:var(--space-3);align-items:center}.navbar__lang[data-v-868f8d6a],.navbar__theme[data-v-868f8d6a]{border:1px solid var(--color-border);background:transparent;color:var(--color-text);padding:.6rem .9rem;font-family:var(--font-sans);cursor:pointer}.navbar__nav--open[data-v-868f8d6a]{display:flex;flex-direction:column;position:absolute;inset:100% 0 auto 0;background:var(--color-surface);padding:var(--space-4)}@media (min-width: 768px){.navbar__toggle[data-v-868f8d6a]{display:none}.navbar__nav[data-v-868f8d6a]{display:flex}.navbar__nav--open[data-v-868f8d6a]{position:static;flex-direction:row;background:transparent;padding:0}}.hero-section[data-v-7a0c65bc]{min-height:100svh;display:grid;place-items:center;padding:var(--space-16) var(--space-4)}.hero-section__content[data-v-7a0c65bc]{text-align:center;opacity:0;transform:translateY(1.5rem);transition:opacity .75s ease,transform .75s ease}.hero-section__content--visible[data-v-7a0c65bc]{opacity:1;transform:translateY(0)}.hero-section__title[data-v-7a0c65bc]{font-family:var(--font-serif);font-size:clamp(3rem,8vw,7rem);letter-spacing:.02em;margin:0;line-height:.95}.hero-section__subtitle[data-v-7a0c65bc]{margin:var(--space-4) auto;font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:var(--color-text-muted)}.hero-section__cta[data-v-7a0c65bc]{display:inline-block;margin-top:var(--space-4);padding:1rem 2rem;color:var(--color-bg);background:var(--color-text);text-decoration:none;font-family:var(--font-sans);font-weight:600;transition:background .2s ease,color .2s ease}.hero-section__cta[data-v-7a0c65bc]:hover,.hero-section__cta[data-v-7a0c65bc]:focus-visible{color:var(--color-text);background:var(--color-bg)}.mission-section[data-v-91f38ba7]{padding:var(--space-16) var(--space-4);background:var(--color-bg-subtle)}.mission-section__container[data-v-91f38ba7]{max-width:1160px;margin:0 auto;display:grid;gap:var(--space-8)}.mission-section__text h2[data-v-91f38ba7]{margin:0;font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.05}.mission-section__art[data-v-91f38ba7]{display:grid;place-items:center}.mission-section__svg[data-v-91f38ba7]{width:min(100%,320px);color:var(--color-text)}@media (min-width: 768px){.mission-section__container[data-v-91f38ba7]{grid-template-columns:1fr 1fr;align-items:center}}.news-section[data-v-5053dbf8]{padding:var(--space-16) var(--space-4);background:var(--color-bg)}.news-section__wrapper[data-v-5053dbf8]{max-width:1160px;margin:0 auto;display:grid;gap:var(--space-8)}.news-section__card[data-v-5053dbf8]{display:grid;gap:var(--space-8);padding:var(--space-8);background:var(--color-surface);border-radius:1.5rem;box-shadow:0 20px 60px #00000014}.news-section__image[data-v-5053dbf8]{width:100%;min-width:0}.news-section__image img[data-v-5053dbf8]{width:100%;height:auto;display:block;border-radius:1.25rem;object-fit:cover;box-shadow:0 18px 50px #00000026}.news-section__content[data-v-5053dbf8]{display:grid;gap:var(--space-5)}.news-section__eyebrow[data-v-5053dbf8]{text-transform:uppercase;letter-spacing:.24em;font-size:.8rem;color:var(--color-text-muted);font-family:var(--font-sans)}.news-section__content h2[data-v-5053dbf8]{margin:0;font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);line-height:1.05}.news-section__lead[data-v-5053dbf8]{margin:0;color:var(--color-text-muted);line-height:1.8;font-size:1rem}.news-section__card p[data-v-5053dbf8]{margin:0;color:var(--color-text);line-height:1.75}.news-section__card ul[data-v-5053dbf8]{margin:0;padding-left:1.2rem;color:var(--color-text-muted);list-style:disc}.news-section__button[data-v-5053dbf8]{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.6rem;border-radius:999px;background:var(--color-text);color:#fff;margin-top:1.5rem;text-decoration:none;font-family:var(--font-sans);font-weight:700;transition:transform .2s ease,opacity .2s ease,background .2s ease}.news-section__button[data-v-5053dbf8]:hover,.news-section__button[data-v-5053dbf8]:focus-visible{transform:translateY(-1px);opacity:.95}@media (min-width: 768px){.news-section__card[data-v-5053dbf8]{grid-template-columns:1fr 2fr;align-items:center}}.contact-section[data-v-d492c785]{padding:var(--space-16) var(--space-4);background:var(--color-bg-subtle)}.contact-section__wrapper[data-v-d492c785]{max-width:960px;margin:0 auto;display:grid;gap:var(--space-12)}.contact-section__intro h2[data-v-d492c785]{margin:0 0 var(--space-3);font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem)}.contact-section__intro p[data-v-d492c785]{margin:0;font-family:var(--font-sans);color:var(--color-text-muted)}.contact-form[data-v-d492c785]{display:grid;gap:var(--space-4)}.contact-form__field[data-v-d492c785]{display:grid;gap:.75rem;font-family:var(--font-sans)}.contact-form__field span[data-v-d492c785]{font-weight:600}.contact-form__field input[data-v-d492c785],.contact-form__field select[data-v-d492c785],.contact-form__field textarea[data-v-d492c785]{width:100%;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:.9rem 1rem;font:inherit}.contact-form__field input[data-v-d492c785]:focus,.contact-form__field select[data-v-d492c785]:focus,.contact-form__field textarea[data-v-d492c785]:focus{outline:2px solid var(--color-text);outline-offset:2px}.contact-form__submit[data-v-d492c785]{width:fit-content;border:none;background:var(--color-text);color:var(--color-bg);padding:1rem 1.5rem;font-family:var(--font-sans);font-weight:600;cursor:pointer}.contact-form__submit[data-v-d492c785]:hover,.contact-form__submit[data-v-d492c785]:focus-visible{background:var(--color-bg);color:var(--color-text)}.contact-form__success[data-v-d492c785]{margin:0;color:var(--color-text);font-family:var(--font-sans);font-weight:600}@media (min-width: 768px){.contact-form[data-v-d492c785]{grid-template-columns:1fr 1fr}.contact-form__field[data-v-d492c785]:nth-child(1),.contact-form__field[data-v-d492c785]:nth-child(2),.contact-form__field[data-v-d492c785]:nth-child(3){grid-column:span 1}.contact-form__field[data-v-d492c785]:nth-child(4),.contact-form__submit[data-v-d492c785],.contact-form__success[data-v-d492c785]{grid-column:span 2}}.footer[data-v-6fade2fc]{border-top:1px solid var(--color-border);padding:var(--space-8) var(--space-4)}.footer__inner[data-v-6fade2fc]{max-width:1160px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4)}.footer__brand[data-v-6fade2fc]{margin:0;font-family:var(--font-serif);font-size:1rem}.footer__copy[data-v-6fade2fc]{margin:0;font-family:var(--font-sans);color:var(--color-text-muted)}.footer__partner[data-v-6fade2fc]{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.footer__partner-logo[data-v-6fade2fc]{display:block;width:auto;max-width:220px;height:auto;transition:filter .2s ease,opacity .2s ease}html[data-theme=dark] .footer__partner-logo[data-v-6fade2fc]{filter:brightness(0) invert(1)}.footer__partner:hover .footer__partner-logo[data-v-6fade2fc],.footer__partner:focus-visible .footer__partner-logo[data-v-6fade2fc]{opacity:.85}.footer__partner[data-v-6fade2fc]:hover,.footer__partner[data-v-6fade2fc]:focus-visible{text-decoration:none}.footer__social[data-v-6fade2fc]{display:flex;gap:var(--space-3)}.footer__icon[data-v-6fade2fc]{width:1.4rem;height:1.4rem;color:var(--color-text);transition:opacity .2s ease}.footer__social a:hover .footer__icon[data-v-6fade2fc],.footer__social a:focus-visible .footer__icon[data-v-6fade2fc]{opacity:.6}.app[data-v-d965df76]{overflow-x:hidden}:root{--color-bg: #FFFFFF;--color-bg-subtle: #F5F5F5;--color-text: #0A0A0A;--color-text-muted: #555555;--color-border: #0A0A0A;--color-surface: #FFFFFF;--font-serif: "Playfair Display", serif;--font-sans: "DM Sans", sans-serif;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-6: 3rem;--space-8: 4rem;--space-12: 6rem;--space-16: 8rem;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px}html[data-theme=dark]{--color-bg: #0A0A0A;--color-bg-subtle: #141414;--color-text: #F5F5F5;--color-text-muted: #999999;--color-border: #F5F5F5;--color-surface: #0A0A0A}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;transition:background .2s ease,color .2s ease}button,input,select,textarea{font:inherit}a{color:inherit}img,svg{display:block;max-width:100%}button{border:none}:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}main{padding-top:calc(var(--space-8) + 2rem)}section{position:relative}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
