:root{--swiss-red: #ff3333;--bg-color: #ffffff;--paper-color: #fafafa;--border-color: #e0e0e0}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;background-color:var(--bg-color);color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}@media(max-width:768px){body{overflow:auto}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#eee}::-webkit-scrollbar-thumb:hover{background:#ccc}.three-column-container{display:grid;grid-template-areas:"nav profile project detail";grid-template-columns:auto 320px 1fr 2fr;height:100vh;max-width:1900px;margin:0 auto;overflow:hidden}.expandable-container{display:grid;height:100vh;max-width:1900px;margin:0 auto;overflow:hidden}.brutalist-nav{position:relative;z-index:10;flex-shrink:0}.nav-label{font-family:Helvetica Neue,Arial,sans-serif}@media(max-width:1200px){.three-column-container,.expandable-container{grid-template-columns:1fr!important;overflow-y:auto}.brutalist-nav{display:none!important}.three-column-container>div{height:auto;overflow:visible}.three-column-container>div:first-of-type:not(.brutalist-nav){grid-area:profile;height:100vh;position:sticky;top:0;border-right:1px solid var(--border-color)}}@media(max-width:768px){.three-column-container,.expandable-container{display:block;height:auto;overflow:visible}.three-column-container>div:first-of-type,.expandable-container>div:first-of-type{height:auto;position:static;border-right:none}.column{height:auto;overflow:visible}}.column{height:100vh;overflow-y:auto;background:#fff}@media(max-width:768px){.column{height:auto;overflow:visible}}.border-right{border-right:1px solid var(--border-color)}.border-left{border-left:none}@media(max-width:768px){.border-right{border-right:none;border-bottom:1px solid var(--border-color)}}@media(min-width:769px)and (max-width:1200px){[style*="grid-area: project"],[style*="gridArea: project"],.three-column-container>div:nth-of-type(2){border-bottom:1px solid var(--border-color)}}.services__card{display:flex;flex-direction:column;padding:40px 0;border-bottom:1px solid var(--border-color)}.services__card-header{margin-bottom:24px}.services__card-title{font-size:20px;font-weight:500;letter-spacing:-.02em}.services__card-divider{display:flex;flex-direction:column;gap:16px}.services__card-text{font-size:14px;line-height:1.6;color:#555}.services__card-goal{border-left:4px solid var(--swiss-red);padding:16px 24px;background:var(--paper-color);font-style:italic;font-size:16px;color:#555}.swiss-markdown-body img,.services__card-divider img{max-width:100%;height:auto;border-radius:4px}
