:root{--primary: #D4AF37;--primary-dark: #B8922E;--secondary: #8A6D1F;--accent: #FFD700;--purple: #6C63FF;--dark-bg: #0A0A0A;--hero-gradient: linear-gradient(135deg, #B8922E 0%, #FFD700 50%, #D4AF37 100%);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--font-display: "Nunito", "Segoe UI", sans-serif}[data-theme=light]{--light-bg: #FBF9F2;--white: #FFFFFF;--text-dark: #1A1408;--text-muted: #7A6A45;--card-shadow: 0 8px 32px rgba(212, 175, 55, .1);--card-shadow-hover: 0 20px 50px rgba(212, 175, 55, .25);--card-border: rgba(212, 175, 55, .18);--header-bg: rgba(10, 10, 10, .92);--header-bg-scrolled: rgba(10, 10, 10, .98);--mobile-menu-bg: rgba(10, 10, 10, .98);--nav-link: #EDE3C8;--mv-card-warm: linear-gradient(135deg, #fdf6e3 0%, #f3e3b8 100%);--mv-card-cool: linear-gradient(135deg, #f0f0ff 0%, #e2e0ff 100%)}[data-theme=dark]{--light-bg: #0A0A0A;--white: #15130d;--text-dark: #F6EFD8;--text-muted: #BBA77A;--card-shadow: 0 8px 32px rgba(0, 0, 0, .55);--card-shadow-hover: 0 20px 50px rgba(0, 0, 0, .7);--card-border: rgba(212, 175, 55, .28);--header-bg: rgba(10, 10, 10, .85);--header-bg-scrolled: rgba(10, 10, 10, .97);--mobile-menu-bg: rgba(10, 10, 10, .98);--nav-link: #EDE3C8;--mv-card-warm: linear-gradient(135deg, #1c1810 0%, #2a2414 100%);--mv-card-cool: linear-gradient(135deg, #16162e 0%, #1d1b3a 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font-sans);background:var(--light-bg);color:var(--text-dark);overflow-x:hidden;line-height:1.6;transition:background .4s ease,color .4s ease}.container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}section{padding:5rem 0;position:relative}.section-title{font-family:var(--font-serif);font-size:2.8rem;font-weight:900;text-align:center;margin-bottom:1rem;color:var(--text-dark);position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translate(-50%);width:72px;height:4px;background:var(--hero-gradient);border-radius:2px}.section-subtitle{font-family:var(--font-display);text-align:center;font-size:1.08rem;color:var(--text-muted);margin:2rem auto 3.5rem;max-width:700px}@media (max-width: 1024px){.section-title{font-size:2.4rem}}@media (max-width: 768px){.container{padding:0 1.25rem}section{padding:3.5rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 .5rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}}@media (max-width: 360px){.section-title{font-size:1.5rem}}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;margin-top:3.5rem}.mv-reveal{height:100%}.mv-card{border-radius:20px;padding:3rem;position:relative;overflow:hidden;transition:transform .35s,box-shadow .35s;height:100%}.mv-reveal:first-child .mv-card{background:var(--mv-card-warm);border:2px solid rgba(212,175,55,.18)}.mv-reveal:last-child .mv-card{background:var(--mv-card-cool);border:2px solid rgba(108,99,255,.18)}.mv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:20px 20px 0 0}.mv-reveal:first-child .mv-card:before{background:var(--hero-gradient)}.mv-reveal:last-child .mv-card:before{background:linear-gradient(135deg,var(--purple) 0%,var(--primary) 100%)}.mv-card:hover{transform:translateY(-8px);box-shadow:0 22px 55px #d4af372e}.mv-card h3{font-family:var(--font-serif);font-size:1.9rem;font-weight:700;margin-bottom:1.2rem;color:var(--text-dark)}.mv-card p{font-size:1.05rem;line-height:1.85;color:var(--text-dark)}@media (max-width: 1024px){.mission-vision-grid{grid-template-columns:1fr}}@media (max-width: 768px){.mission-vision-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.mv-card{padding:2rem 1.5rem}.mv-card h3{font-size:1.55rem}}@media (max-width: 480px){.mv-card h3{font-size:1.2rem}}
