:root{color-scheme:light;--bg: #f7f5ee;--dark: #1f1f1f;--ink: #202020;--light: #f7f5ee;--muted: #202020;--line: #e1ded4;--panel: #ffffff;--accent: #202020;--accent-dark: #202020;--max: 1180px;font-family:Avenir,Avenir Next,Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.site-footer,.section{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:86px;padding:18px 70px 10px 0;background:var(--dark);color:var(--light)}.brand{display:block;width:160px;margin-left:0}.brand img{width:100%;height:auto}nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;color:var(--light);font-size:1.05rem}nav a,.project-links a{border-bottom:1px solid transparent}nav a:hover,.project-links a:hover{border-color:currentColor;color:currentColor}nav .language{color:var(--ink);font-weight:700}.language-switch{display:inline-flex;align-items:center;overflow:hidden;border:1px solid #898989;border-radius:999px;background:#f7f5ee;color:#4a4a4a}.language-switch a{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:4px 14px;border-left:1px solid #898989}.language-switch a:first-child{border-left:0}.flag{display:inline-block;width:22px;height:14px;box-shadow:inset 0 0 0 1px #0000001f}.flag-ie{background:linear-gradient(90deg,#159b56 0 33%,#fff 33% 66%,#ff883e 66%)}.flag-ukraine{background:linear-gradient(#2f6eea 0 50%,#ffd83d 50%)}.linkedin img{width:20px;height:20px}.hero{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1fr);align-items:center;gap:7vw;width:100%;min-height:calc(100vh - 86px);padding:34px 7.6vw 0 2.6vw;background:var(--dark);color:var(--light)}.hero-copy{display:grid;align-content:center;padding:0 0 10px}.eyebrow{margin:0 0 12px;color:#d8d8d8;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;letter-spacing:0;text-transform:none}h1,h2,h3,p{margin-top:0}h1{max-width:560px;margin-bottom:42px;font-family:Poppins,Avenir,Arial,Helvetica,sans-serif;font-size:clamp(4.5rem,6.3vw,6.5rem);font-weight:300;line-height:1.27;letter-spacing:0;text-transform:uppercase}h1 span{display:block}h2{margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1;letter-spacing:0}h3{margin-bottom:10px;font-size:1.45rem;line-height:1.1}.hero-copy>p:not(.eyebrow),.section-heading>p:not(.eyebrow),.about-copy,.project-copy p{color:inherit}.hero-copy>p:not(.eyebrow){max-width:680px;font-size:1.13rem;line-height:1.85}.hero figure{margin:0;border-radius:0;overflow:hidden;background:#111;height:min(76vh,790px);min-height:560px}.hero img{width:100%;height:100%;object-fit:cover}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:0;padding:11px 42px;font-weight:400}.button.primary{border-color:#fff;background:#fff;color:var(--ink)}.support-ukraine{display:grid;grid-template-columns:94px auto;grid-template-rows:auto auto;align-items:end;width:fit-content;margin:34px 0 0 auto;color:#f1c52d;text-decoration:none}.support-ukraine strong{color:#1664c9;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:2.2rem;line-height:.95}.support-ukraine>span:last-child{grid-column:1 / -1;margin-top:8px;background:#b8aa72;color:#171717;font-family:Georgia,Times New Roman,serif;font-size:1rem;text-decoration:underline}.support-figure{width:86px;height:112px;align-self:center;background:linear-gradient(125deg,transparent 0 34%,#ffd83d 34% 70%,transparent 70%),linear-gradient(55deg,transparent 0 30%,#0f66c9 30% 73%,transparent 73%),radial-gradient(circle at 52% 18%,#b87a4e 0 12%,transparent 13%)}.section{padding:84px 0;border-top:1px solid var(--line);background:var(--bg)}.section-heading{max-width:740px;margin-bottom:34px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.portfolio-group{margin-top:56px}.portfolio-group>h3{margin-bottom:20px;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:400;text-transform:uppercase}.project-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--bg)}.project-card.featured{grid-column:span 1}.project-media{aspect-ratio:16 / 10;background:#ddd;overflow:hidden}.project-media img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.project-card:hover .project-media img{transform:scale(1.03)}.project-copy{display:grid;align-content:start;padding:20px}.project-meta{display:flex;justify-content:space-between;gap:14px;margin-bottom:12px;color:var(--accent-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}.project-links{display:flex;gap:14px;margin-top:12px;font-weight:800}.about{display:grid;grid-template-columns:.7fr 1fr;gap:48px}.about .section-heading{margin:0}.about-copy{max-width:720px;font-size:1.1rem}.contact{padding-bottom:96px}.site-footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:26px 0 36px;color:var(--muted);font-size:.92rem}@media(max-width:900px){.hero,.about{grid-template-columns:1fr}.hero{min-height:auto;padding-top:30px;padding-inline:24px}.hero figure{max-height:620px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-footer,.section{width:min(var(--max),calc(100% - 28px))}.site-footer{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.site-header{align-items:flex-start;flex-direction:column;padding:16px 18px}.brand{width:150px}.hero{width:100%;padding:22px 18px 46px}h1{font-size:clamp(3.2rem,22vw,5.5rem)}.project-grid{grid-template-columns:1fr}.section{padding:62px 0}}
