@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: rgb(89, 130, 190);--blue-dark: rgb(60, 100, 160);--teal: rgb(60, 180, 160);--white: #fff;--gray-light: #f8f9fa;--gray: #ccc;--gray-dark: rgb(100, 100, 100);--text: #333;--max-width: 1100px;--radius: 8px;--shadow: 0 2px 12px rgba(0, 0, 0, .08);--shadow-hover: 0 6px 24px rgba(0, 0, 0, .12);--transition: .25s ease}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);line-height:1.7;background:var(--white);font-weight:400}h1,h2,h4,h6{font-family:Playfair Display,Georgia,serif;color:inherit;line-height:1.3}h3{font-size:1.4em;margin-bottom:20px;font-family:Inter,sans-serif}h5{font-weight:400;font-size:1em;color:var(--gray-dark);font-family:Inter,sans-serif}a{color:var(--teal);font-weight:700;text-decoration:none;transition:color var(--transition)}a:hover{color:var(--blue-dark)}p{font-weight:300;margin-bottom:1em}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.hero{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:var(--white);padding:60px 0}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero h1{font-size:2.4rem;color:var(--white);margin-bottom:0}.hero-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.btn{display:inline-block;padding:12px 32px;background:#ffffff1f;color:var(--white);border-radius:var(--radius);font-weight:700;font-size:.95em;transition:all var(--transition);border:1px solid rgba(255,255,255,.2);text-align:center}.btn:hover{background:#ffffff38;color:var(--white);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.about{padding:60px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.about-text h2{margin-bottom:16px;font-size:1.8rem}.about-image img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%}.styrkhafar{padding:60px 0 80px;background:var(--gray-light)}.styrkhafar>.container>h2{font-size:1.8rem;margin-bottom:32px}.styrkhafar-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.styrkthegi-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all var(--transition);color:var(--text);font-weight:400}.styrkthegi-card:hover{color:var(--text)}.styrkthegi-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.card-image{aspect-ratio:1;overflow:hidden;background:var(--gray-light)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.styrkthegi-card:hover .card-image img{transform:scale(1.05)}.card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--gray-light) 0%,var(--gray) 100%)}.card-info{padding:16px;display:flex;flex-direction:column;gap:2px}.card-info h4{font-size:.95rem;margin:0;line-height:1.3}.card-year{font-size:.8em;color:var(--blue);font-weight:600}.card-role{font-size:.8em;color:var(--gray-dark);font-weight:300}.card-link{display:inline-block;margin-top:8px;padding:5px 12px;font-size:.75em;font-weight:500;color:var(--teal);border:1px solid var(--gray);border-radius:var(--radius);transition:all var(--transition);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.card-link:hover{border-color:var(--teal);background:var(--gray-light)}.support{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:var(--white);padding:80px 0;text-align:center}.support h2{font-size:1.8rem;margin-bottom:12px;color:var(--white)}.support p,.support div{color:#ffffffe6}.support h4{color:var(--white);margin-top:16px;font-size:1.3rem}.support a{color:var(--white);text-decoration:underline}.support-section+.support-section{margin-top:48px}.page-content{padding:60px 0 80px}.page-content h2{font-size:1.8rem;margin-bottom:16px}.placeholder{padding:40px;background:var(--gray-light);border-radius:var(--radius);border:2px dashed var(--gray);text-align:center;color:var(--gray-dark);font-style:italic;margin-bottom:24px}.back-link{display:inline-flex;align-items:center;gap:6px;margin-top:24px}@media(max-width:768px){.hero-inner{flex-direction:column;text-align:center}.hero h1{font-size:1.8rem}.about-grid{grid-template-columns:1fr;gap:30px}.about-image{order:-1}.styrkhafar-cards{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}@media(max-width:480px){.styrkhafar-cards{grid-template-columns:repeat(2,1fr)}}
