@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--background:#fff;--foreground:#171717;--border-color:#e5e5e5;--text-secondary:#525252}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.page-container{min-height:100vh;display:flex;flex-direction:column}header{height:120px;width:100%;background:#0c0b07;border-bottom:1px solid #1a1916}header nav{max-width:1400px;margin:0 auto;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo-container{height:80px;width:80px;border-radius:50%;overflow:hidden;background:#fff}.logo-image{width:100%;height:100%;object-fit:cover}main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem}.main-div{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.text-div{display:flex;flex-direction:column;gap:2rem}.name-div{border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.name-div h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--foreground);letter-spacing:-.02em}.name-div p{font-size:.875rem;color:var(--text-secondary);font-weight:500;letter-spacing:.01em}.about-div{display:flex;flex-direction:column;gap:1rem}.about-div p{font-size:1rem;line-height:1.7;color:var(--foreground)}.list-div{background:#fafafa;padding:1.5rem;border-left:3px solid #0c0b07}.list-div>p{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--foreground)}.list-div ul{margin-left:1.5rem;list-style:disc}.list-div li{font-size:.95rem;line-height:1.8;margin-bottom:.5rem}.f-t-p,.list-div li{color:var(--foreground)}.f-t-p{font-size:1rem;line-height:1.7;font-weight:500}.image-container{display:flex;justify-content:center;align-items:start;position:sticky;top:2rem}.company-image{width:100%;max-width:500px;height:auto;border-radius:8px}footer{width:100%;background:#0c0b07;color:#fff;border-top:1px solid #1a1916}.footer-content{max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 2fr;gap:4rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.footer-divider{height:1px;background:#2a2925;margin:.5rem 0}.contact-link{color:#fff;text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem}.contact-link:hover{text-decoration:underline}.offices-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.office{display:flex;flex-direction:column;gap:.5rem}.office h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.office p{font-size:.875rem;line-height:1.6;color:#d4d4d4}.footer-bottom{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;border-top:1px solid #2a2925;text-align:center;font-size:.875rem;color:#a3a3a3}@media (max-width:1024px){.main-div{grid-template-columns:1fr;gap:3rem}.image-container{position:static;order:-1}.footer-content{gap:2rem}.footer-content,.offices-grid{grid-template-columns:1fr}}@media (max-width:768px){header{height:100px}header nav{padding:0 1rem}.logo-container{height:60px;width:60px}main{padding:2rem 1rem}.name-div h1{font-size:1.5rem}.footer-content{padding:2rem 1rem}}