body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem}header{border-bottom:1px solid #222;margin-bottom:1rem}footer{border-top:1px solid #222;margin-top:1rem}a{color:#00e;text-decoration:none}.case-item,.workshop-item{border:1px solid #ccc;padding:1rem;margin-bottom:1rem;border-radius:5px;position:relative;overflow:hidden}.case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.case-featured{display:flex;align-items:center;gap:2rem;padding:2rem;margin-bottom:2rem;min-height:300px;background:#f9f9f9}.case-featured-content{flex:1}.case-featured-image{flex:0 0 40%;max-width:400px}.case-featured-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.15);object-fit:cover}.case-grid .case-item{background-size:cover;background-position:50%;position:relative;min-height:250px;display:flex;flex-direction:column;justify-content:space-between}.case-grid .case-item>*{position:relative;z-index:1}.case-grid .case-item h2{margin-top:0}.case-grid .case-item .btn{align-self:flex-start;margin-top:auto}@media(max-width:768px){.case-featured{flex-direction:column;text-align:center}.case-featured-image{max-width:100%;margin-top:1rem}.case-grid{grid-template-columns:1fr}#about-hero{flex-direction:column !important;text-align:center}#about-hero>div:first-child{flex:0 0 150px !important;width:150px;margin:0 auto}}.btn{display:inline-block;padding:.4rem .8rem;background-color:transparent;color:#007bff;border:1px solid #007bff;border-radius:3px;text-decoration:none;font-size:.9rem;transition:all .2s ease}.btn:hover{background-color:#007bff;color:#fff}form{display:flex;flex-direction:column;gap:1rem;max-width:800px;padding:2rem;background:#f9f9f9;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,5%)}@media(max-width:768px){form[style*=grid]{display:flex !important;flex-direction:column}}label{font-weight:600;font-size:.875rem;margin-bottom:-.5rem;color:#333;display:block}input[type=text],input[type=email],textarea,select{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;background:#fff;font-family:inherit}textarea{resize:vertical;min-height:80px}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2.5rem}input[type=text]:hover,input[type=email]:hover,textarea:hover,select:hover{border-color:#b0b0b0}input[type=text]:focus,input[type=email]:focus,textarea:focus,select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1);background-color:#fff}button[type=submit]{margin-top:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.2)}@media(prefers-color-scheme:dark){body{background-color:#222;color:#eee}header,footer{border-color:#eee}a{color:#8af}form{background:#2a2a2a;box-shadow:0 2px 8px rgba(0,0,0,.3)}input,textarea,button{background-color:#333;color:#eee;border:2px solid #444;padding:.75rem;border-radius:6px}select{background-color:#333;color:#eee;border:2px solid #444;padding:.75rem;border-radius:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23eee' d='M6 8L0 0h12z'/%3E%3C/svg%3E")}input:hover,textarea:hover,select:hover{border-color:#666}input:focus,textarea:focus,select:focus{outline:none;border-color:#8af;box-shadow:0 0 0 3px rgba(136,170,255,.2);background-color:#3a3a3a}button[type=submit]:hover{box-shadow:0 4px 12px rgba(136,170,255,.3)}label{color:#eee}.case-item,.workshop-item{border-color:#555}.case-featured{background:#2a2a2a}.btn{background-color:transparent;color:#8af;border-color:#8af}.btn:hover{background-color:#8af;color:#222}}