body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-nav{padding:2rem 0}.main-nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.main-nav a{color:#555;font-size:1.5rem;font-weight:500;text-decoration:none;transition:color .3s ease}.main-nav a:hover{color:#aed5fe}.social-links{display:flex;gap:1.5rem;margin-top:2rem}.social-links a{color:#555;font-size:3rem;transition:color .3s ease,transform .3s ease}.social-links a:hover{color:#aed5fe;transform:translateY(-3px)}@media (max-width:2600px){.social-links a{font-size:3rem}}@media (max-width:1600px){.social-links a{font-size:2rem}}@media (max-width:768px){.social-links a{font-size:1.4rem}}.hero-grid-container{display:grid;grid-template-columns:65fr 35fr;min-height:100vh;width:100%}.hero-content-area{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;gap:4rem;justify-content:flex-start;padding:2rem 8%}.hero-animation-area{background-color:#aed5fe;overflow:hidden;position:relative}.hero-animation-area:after{background:radial-gradient(circle 300px at var(--mouse-x) var(--mouse-y),#fff3,#0000 80%);content:"";inset:0;position:absolute;z-index:1}.hero-greeting{font-size:1.4rem}.hero-headline{color:#222;font-family:Merriweather,serif;font-size:clamp(2.5rem,5vw,4.4rem);font-weight:700;line-height:1.2;margin:1rem 0}.hero-subheadline{color:#555;font-size:1.4rem}@media (max-width:2600px){.hero-greeting{font-size:1.5rem}.hero-headline{font-size:4rem}.hero-subheadline{font-size:1.5rem}}@media (max-width:1600px){.hero-greeting{font-size:1.2rem}.hero-headline{font-size:2.8rem;line-height:1.1}.hero-subheadline{font-size:1.2rem}}@media (max-width:1024px){.hero-greeting{font-size:large}.hero-headline{font-size:2.4rem}.hero-subheadline{font-size:larger}}@media (max-width:768px){.hero-headline{font-size:2.5rem}}.about-section{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:5rem 8%;width:100%}.about-section h2{font-family:Merriweather,serif;font-size:2.5rem;margin-bottom:3rem;text-align:center}.about-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr;max-width:1200px;width:100%}.about-text h2{font-family:Merriweather,serif;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-text p{color:#555;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-images{align-items:center;display:flex;justify-content:center;min-height:400px;position:relative}.about-img{border-radius:8px;box-shadow:0 4px 15px #00000026;height:auto;position:absolute;transition:transform .3s ease,z-index .3s ease,box-shadow .3s ease;width:280px}.about-img:hover{box-shadow:0 8px 25px #0003;transform:scale(1.05);z-index:10}.about-img-1{z-index:3}.about-img-2{bottom:10%;right:0;width:240px;z-index:2}.about-img-3{right:0;top:0;width:260px;z-index:1}.project-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.project-thumbnail img{height:200px;object-fit:cover;width:100%}.project-info{padding:1.5rem}.project-info h3{font-family:Merriweather,serif;margin:0 0 .75rem}.project-info p{color:#555;font-size:.95rem;line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background-color:#eef7ff;border-radius:15px;color:#007bff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.projects-page{background-color:#f9f9f9;padding:5rem 8%}.projects-container{margin:0 auto;max-width:1400px}.projects-page h2{font-family:Merriweather,serif;font-size:2.5rem;margin-bottom:3.5rem;text-align:center}.projects-layout{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 4fr}.filter-sidebar h3{margin-top:0}.tag-list{align-items:flex-start;flex-direction:column}.tag-button{background:none;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.tag-button.active,.tag-button:hover{background-color:#aed5fe;border-color:#aed5fe;color:#fff}.filter-group{margin-bottom:2rem}.filter-group h3{margin-bottom:1rem;margin-top:0}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.project-grid-wrapper{align-items:center;display:flex;flex-direction:column}.project-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}.load-more-btn{background-color:#aed5fe;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:3rem;padding:.75rem 2.5rem;transition:background-color .3s ease}.load-more-btn:hover{background-color:#8ac0f1}.contact-section{align-items:center;background-color:#f9f9f9;display:flex;justify-content:center;padding:5rem 8%}.contact-container{max-width:700px;text-align:center;width:100%}.contact-container h2{font-family:Merriweather,serif;font-size:2.5rem;margin-bottom:1rem}.contact-container p{color:#555;font-size:1.1rem;margin-bottom:3rem}.contact-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;box-sizing:border-box;font-family:Work Sans,sans-serif;font-size:1rem;padding:.75rem;resize:vertical;width:100%}.submit-btn{background-color:#aed5fe;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease}.submit-btn:hover{background-color:#8ac0f1}html{scroll-behavior:smooth}body{background-color:#fff;color:#333;font-family:Work Sans,sans-serif;margin:0}.content-section{box-sizing:border-box;min-height:100vh;padding:8%}::selection{background-color:#495867;color:#fff}::-moz-selection{background-color:#495867;color:#fff}main{padding:2rem 5%}h1{margin:0}
/*# sourceMappingURL=main.1f5e96fd.css.map*/