.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9f8f6cc;border-bottom:1px solid #8b7e701a;width:100%;padding:1.5rem 0;transition:padding .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__hBw1pG__monogram{font-family:var(--font-serif);letter-spacing:.1em;color:var(--primary);font-size:1.5rem;font-weight:500}.Header-module__hBw1pG__navList{gap:2rem;list-style:none;display:flex}.Header-module__hBw1pG__link{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);opacity:.7;font-size:.9rem;transition:opacity .2s}.Header-module__hBw1pG__link:hover{opacity:1}@media (min-width:768px){.Header-module__hBw1pG__container{padding:0 3rem}}
.Hero-module__ZARIfG__hero{text-align:center;background:var(--background);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.Hero-module__ZARIfG__logoContainer{margin-bottom:2.5rem;display:inline-block}.Hero-module__ZARIfG__oval{border:1px solid var(--primary);border-radius:50%;padding:3rem 5rem;display:inline-block;position:relative}.Hero-module__ZARIfG__oval:before{content:"";border:1px solid var(--primary);opacity:.3;border-radius:50%;position:absolute;inset:5px}.Hero-module__ZARIfG__initials{font-family:var(--font-serif);color:var(--primary);letter-spacing:.1em;font-size:4rem;line-height:1;display:block}.Hero-module__ZARIfG__dot{opacity:.6;margin:0 .2em}.Hero-module__ZARIfG__title{font-family:var(--font-serif);letter-spacing:.3em;color:var(--primary);text-transform:uppercase;font-size:1.1rem;font-weight:400}.Hero-module__ZARIfG__scrollHint{opacity:.5;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:1rem;font-size:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__line{background:var(--primary);width:1px;height:60px}
.About-module__vAULUW__about{background:var(--background);align-items:center;min-height:50vh;display:flex}.About-module__vAULUW__container{grid-template-columns:1fr;gap:3rem;width:100%;display:grid}.About-module__vAULUW__header h2{font-family:var(--font-serif);color:var(--primary);font-size:3rem;display:inline-block;position:relative}.About-module__vAULUW__header h2:after{content:"";background:var(--primary);opacity:.3;width:100px;height:1px;margin-left:1rem;position:absolute;top:50%;left:100%}.About-module__vAULUW__text{font-family:var(--font-sans);color:var(--foreground);max-width:600px;font-size:1.1rem;font-weight:300;line-height:1.8}.About-module__vAULUW__signature{font-family:var(--font-serif);color:var(--primary);margin-top:2rem;font-size:1.2rem;font-style:italic}@media (min-width:768px){.About-module__vAULUW__container{grid-template-columns:1fr 2fr;gap:5rem}.About-module__vAULUW__text{font-size:1.25rem}}
.ProjectGrid-module__1t5ofq__projects{background:var(--background);min-height:100vh}.ProjectGrid-module__1t5ofq__header{text-align:center;margin-bottom:4rem}.ProjectGrid-module__1t5ofq__heading{font-family:var(--font-serif);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;font-size:2.5rem}.ProjectGrid-module__1t5ofq__grid{grid-template-columns:1fr;gap:2rem;display:grid}.ProjectGrid-module__1t5ofq__card{position:relative}.ProjectGrid-module__1t5ofq__link{display:block}.ProjectGrid-module__1t5ofq__imageWrapper{aspect-ratio:4/3;border-radius:4px;margin-bottom:1rem;position:relative;overflow:hidden}.ProjectGrid-module__1t5ofq__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ProjectGrid-module__1t5ofq__overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.ProjectGrid-module__1t5ofq__viewMore{color:#fff;text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #fff;padding:.8rem 1.5rem;font-size:.8rem}.ProjectGrid-module__1t5ofq__link:hover .ProjectGrid-module__1t5ofq__image{transform:scale(1.05)}.ProjectGrid-module__1t5ofq__link:hover .ProjectGrid-module__1t5ofq__overlay{opacity:1}.ProjectGrid-module__1t5ofq__info{text-align:left}.ProjectGrid-module__1t5ofq__category{font-family:var(--font-sans);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.3rem;font-size:.75rem;display:block}.ProjectGrid-module__1t5ofq__title{font-family:var(--font-serif);color:var(--foreground);font-size:1.5rem;font-weight:400}@media (min-width:768px){.ProjectGrid-module__1t5ofq__grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}}
.Contact-module__hcVmEa__contact{background:#ebe9e4;align-items:center;min-height:80vh;display:flex}.Contact-module__hcVmEa__container{width:100%;max-width:800px;margin:0 auto}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:4rem}.Contact-module__hcVmEa__heading{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.Contact-module__hcVmEa__subtext{font-family:var(--font-sans);color:var(--foreground);opacity:.7}.Contact-module__hcVmEa__formWrapper{background:#f9f8f6;border-radius:4px;padding:3rem;box-shadow:0 10px 30px #0000000d}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__group{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__group label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:.8rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{font-family:var(--font-sans);color:var(--foreground);background:0 0;border:1px solid #d4c5b5;padding:1rem;font-size:1rem;transition:border-color .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--primary);background:#fff;outline:none}.Contact-module__hcVmEa__submitBtn{background:var(--primary);color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;margin-top:1rem;padding:1rem 2rem;transition:background .2s}.Contact-module__hcVmEa__submitBtn:hover:not(:disabled){background:#6d6256}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__successMessage{text-align:center;padding:2rem}.Contact-module__hcVmEa__successMessage h3{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem}.Contact-module__hcVmEa__resetBtn{border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;margin-top:2rem;padding:.5rem 1rem}
