@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap");:root{--black:#0a0a0a;--navy:#0f1923;--navy-mid:#162030;--white:#f8f6f1;--offwhite:#f2efe8;--stone:#e8e4db;--text-dark:#1a1a1a;--text-mid:#4a4a4a;--text-light:#8a8a8a;--accent:#60a5fa;--accent-dark:#1d4ed8;--accent-faint:rgba(96,165,250,0.12);--border-dark:rgba(255,255,255,0.07);--border-light:rgba(0,0,0,0.08);--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"DM Sans",-apple-system,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--white);color:var(--text-dark);font-family:var(--font-body);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--accent-dark);color:white}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--accent-dark)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}@media (max-width:768px){.nav-links{display:none!important}.hamburger{display:block!important}section>div{padding-left:24px!important;padding-right:24px!important}.about-grid{gap:40px!important}.about-grid,.pillars-grid{grid-template-columns:1fr!important}.pillars-grid>div{border-right:none!important}.contact-grid{gap:48px!important}.contact-grid,.footer-grid{grid-template-columns:1fr!important}.footer-grid{gap:40px!important}}