.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;width:100%;max-width:100%}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-link:hover{text-decoration:none;opacity:.8}.header-logo{width:32px;height:32px;object-fit:contain;display:block}.header-logo-fallback{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.05em;color:#000;text-transform:uppercase;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.nav-right{display:flex;align-items:center}.nav-link{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.1em;text-transform:uppercase;color:#000;text-decoration:none;transition:opacity .2s ease}.nav-link:hover{text-decoration:underline;opacity:1}@media (max-width: 768px){.header{padding:1.5rem}.header-logo{width:28px;height:28px}.header-logo-fallback{width:28px;height:28px;font-size:1.1rem}.nav-link{font-size:1rem}}@media (max-width: 480px){.header{padding:1rem}.header-logo{width:24px;height:24px}.header-logo-fallback{width:24px;height:24px;font-size:1rem}.nav-link{font-size:.9rem}}.home-page{min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:space-between;padding:0 3rem;max-width:1200px;margin:0 auto;width:100%}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 0;max-width:800px}.hero-logo-container{margin-bottom:2.5rem;width:100%}.hero-logo{max-width:100%;height:auto;display:block;max-height:400px;width:auto}.hero-title{font-family:var(--font-display);font-size:5rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#000;margin-bottom:1.5rem;line-height:1}.hero-subtitle{font-family:var(--font-body);font-size:1.5rem;font-weight:300;letter-spacing:.05em;color:#000;margin-bottom:3rem;text-transform:uppercase}.hero-description{font-family:var(--font-body);font-size:1rem;font-weight:300;color:#000;line-height:1.8;max-width:600px}.footer{padding:2rem 0;border-top:1px solid transparent}.footer p{font-family:var(--font-body);font-size:.875rem;font-weight:300;color:#000;text-transform:uppercase;letter-spacing:.1em}@media (max-width: 768px){.home-page{padding:0 1.5rem;min-height:calc(100vh - 100px)}.hero{padding:3rem 0}.hero-logo{max-height:250px}.hero-title{font-size:3.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem}.hero-description{font-size:.95rem;line-height:1.7}.footer{padding:1.5rem 0}}@media (max-width: 480px){.home-page{padding:0 1rem}.hero{padding:2rem 0}.hero-logo{max-height:180px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-description{font-size:.9rem}.footer p{font-size:.75rem}}.contact-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:3rem;max-width:1200px;margin:0 auto;width:100%}.contact-content{width:100%;max-width:600px}.contact-title{font-family:var(--font-display);font-size:4rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#000;margin-bottom:4rem;line-height:1}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{font-family:var(--font-body);font-size:1rem;font-weight:300;color:#000;line-height:1.8}.contact-link{color:#000;text-decoration:none;transition:opacity .2s ease}.contact-link:hover{text-decoration:underline}.contact-footer{margin-top:4rem;padding-top:2rem}.back-home-link{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.1em;text-transform:uppercase;color:#000;text-decoration:none;transition:opacity .2s ease}.back-home-link:hover{text-decoration:underline;opacity:1}@media (max-width: 768px){.contact-page{padding:2rem 1.5rem;min-height:calc(100vh - 100px)}.contact-title{font-size:3rem;margin-bottom:3rem}.contact-item{font-size:.95rem}.contact-footer{margin-top:3rem;padding-top:1.5rem}.back-home-link{font-size:1rem}}@media (max-width: 480px){.contact-page{padding:2rem 1rem}.contact-title{font-size:2.5rem;margin-bottom:2rem}.contact-item{font-size:.9rem}.contact-footer{margin-top:2rem;padding-top:1rem}.back-home-link{font-size:.9rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main-content>*{animation:fadeIn .4s ease-in}*{margin:0;padding:0;box-sizing:border-box}:root{--font-display: "Bebas Neue", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif}body{font-family:var(--font-body);font-weight:300;color:#000;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:#000;text-decoration:none;transition:opacity .2s ease}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}
