@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500..700&family=Plus+Jakarta+Sans:wght@400..800&display=swap";:root{color-scheme:light;--bg:#fbfbfa;--surface:#fff;--surface-subtle:#eef3ef;--elevated:#f1f5f7;--ink:#1a1a1a;--muted:#6b6b73;--quiet:#8d8a82;--line:#0000000f;--line-strong:#0000001f;--accent:#2d7a4f;--secondary:#4f6fa0;--highlight:#c8882e;--accent-soft:#2d7a4f1a;--on-ink:#fff;--radius:12px;--radius-sm:8px;--max:1152px;--header-z:20;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);scroll-behavior:smooth}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{background:radial-gradient(circle at 10% 10%, #4f6fa00f, transparent 28rem), radial-gradient(circle at 88% 8%, #2d7a4f12, transparent 30rem), var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;min-width:320px;margin:0;font-size:16px;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p,h1,h2,h3,h4{margin:0}ul,ol{margin:0;padding:0}::selection{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.skip-link{z-index:100;border-radius:var(--radius);background:var(--ink);color:var(--on-ink);padding:10px 14px;font-weight:700;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:var(--header-z);border-bottom:1px solid var(--line);backdrop-filter:blur(12px);background:#fafaf8e6;position:fixed;top:0;left:0;right:0}.site-header__inner{width:calc(100% - 48px);max-width:var(--max);grid-template-columns:auto 1fr;align-items:center;gap:24px;margin:0 auto;padding:18px 0;display:grid}.brand{min-height:44px;color:var(--muted);align-items:center;gap:12px;font-size:.95rem;font-weight:600;display:inline-flex}.brand strong{color:var(--ink);letter-spacing:0;font-size:1.1rem;font-weight:800}.brand strong span{color:var(--accent)}.site-header__nav{flex-wrap:wrap;justify-content:flex-end;gap:18px;display:flex}.site-header__nav>a,.site-header__work-button{min-height:44px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;padding:10px 0;font-size:.87rem;font-weight:600;transition:color .18s;position:relative}.site-header__nav>a:after,.site-header__work-button:after{content:"";transform-origin:0;background:currentColor;height:2px;transition:transform .18s;position:absolute;bottom:6px;left:0;right:0;transform:scaleX(0)}.site-header__nav>a:hover,.site-header__work:hover .site-header__work-button,.site-header__work:focus-within .site-header__work-button{color:var(--ink)}.site-header__nav>a:hover:after,.site-header__work:hover .site-header__work-button:after,.site-header__work:focus-within .site-header__work-button:after{transform:scaleX(1)}.site-header__work{position:relative}.site-header__work-button{align-items:center;gap:4px;display:flex}.site-header__work-icon{width:12px;height:12px;transition:transform .18s}.site-header__work:hover .site-header__work-icon,.site-header__work:focus-within .site-header__work-icon{transform:rotate(180deg)}.site-header__work-dropdown{z-index:1;opacity:0;visibility:hidden;padding-top:8px;transition:opacity .18s,visibility .18s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.site-header__work:hover .site-header__work-dropdown,.site-header__work:focus-within .site-header__work-dropdown{opacity:1;visibility:visible}.site-header__work-menu{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:max-content;min-width:160px;padding:8px;box-shadow:0 18px 42px #0000001f}.site-header__work-menu a{border-radius:var(--radius-sm);color:var(--muted);white-space:nowrap;padding:8px 12px;font-size:.87rem;font-weight:500;line-height:1.4;transition:background .18s,color .18s;display:block}.site-header__work-menu a:hover,.site-header__work-menu a:focus-visible{background:var(--elevated);color:var(--ink)}.hero{width:calc(100% - 48px);max-width:var(--max);grid-template-columns:repeat(12,minmax(0,1fr));align-content:center;align-items:center;gap:32px;min-height:100dvh;margin:0 auto;padding:124px 0 64px;display:grid;position:relative;overflow:visible}.hero>*{min-width:0}.hero__content{z-index:2;grid-column:1/span 7;align-self:center;min-width:0;max-width:100%;position:relative}.hero__media{z-index:2;grid-column:8/span 5;justify-content:flex-end;align-self:center;min-width:0;display:flex;position:relative;overflow:visible}.hero__photo-blob{pointer-events:none;position:absolute;inset:-24px}.hero__photo-blob svg{width:100%;height:100%}.hero__photo-blob path{fill:var(--accent);opacity:.06}.hero__photo-frame{border-radius:16px;width:18rem;max-width:100%;height:22rem;transition:transform .7s ease-out;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hero__photo-frame:hover{transform:rotate(0)}.hero__media img{object-fit:cover;object-position:top center;filter:saturate(.82)contrast(.97)brightness(1.03);width:100%;height:100%}.hero__photo-gradient{pointer-events:none;background:linear-gradient(#0000,#00000040);height:33.333%;position:absolute;bottom:0;left:0;right:0}.hero__photo-label{border-radius:var(--radius-sm);color:#1a1a1ab3;opacity:0;backdrop-filter:blur(8px);background:#fffc;border:1px solid #fff6;padding:4px 10px;font-size:.75rem;line-height:1.35;transition:opacity .5s,transform .5s;position:absolute;bottom:12px;left:12px;transform:translateY(4px);box-shadow:0 1px 2px #0000000d}.hero__photo-frame:hover .hero__photo-label{opacity:1;transform:translateY(0)}.hero__decor{pointer-events:none;user-select:none;position:absolute}.hero__decor--sun{background:var(--highlight);opacity:.06;border-radius:50%;width:96px;height:96px;top:16%;left:8%}.hero__decor--ai{color:var(--accent);opacity:.035;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7rem;font-weight:800;line-height:1;bottom:18%;right:18%}.hero__mountains{z-index:0;pointer-events:none;user-select:none;width:100vw;height:220px;transform:translate3d(-50%, var(--mountain-scroll-y,0%), 0);will-change:transform;line-height:0;position:absolute;bottom:0;left:50%}.hero__mountains svg{width:100%;fill:var(--accent);display:block;position:absolute;bottom:0;left:0}.hero__mountains svg:first-child{opacity:.04;height:220px}.hero__mountains svg:last-child{opacity:.07;height:160px}@media (width>=768px){.hero__mountains,.hero__mountains svg:first-child{height:260px}.hero__mountains svg:last-child{height:180px}}.eyebrow{color:var(--accent);letter-spacing:.02em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;font-weight:700}h1,h2,h3,h4{letter-spacing:0;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif}h1{overflow-wrap:anywhere;gap:0;max-width:8ch;margin-top:12px;font-size:clamp(5rem,7vw,5.8rem);font-weight:800;line-height:.88;display:grid}.hero__subtitle{max-width:100%;color:var(--accent);overflow-wrap:anywhere;margin-top:24px;font-size:1.2rem;font-weight:600;line-height:1.35}.hero__lead{width:100%;max-width:580px;color:var(--muted);overflow-wrap:anywhere;margin-top:18px;font-size:1.08rem;line-height:1.75}.hero__status{border:1px solid var(--line);width:fit-content;max-width:640px;min-height:44px;color:var(--muted);backdrop-filter:blur(10px);overflow-wrap:anywhere;background:#f1f5f7c7;border-radius:999px;align-items:center;gap:10px;margin-top:24px;padding:10px 15px;font-size:.88rem;line-height:1.35;display:inline-flex}.hero__status-dot{background:var(--accent);border-radius:50%;flex:none;width:9px;height:9px;position:relative;box-shadow:0 0 0 5px #2d7a4f1f}.hero__actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.button{border:1px solid var(--ink);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;min-height:44px;padding:10px 15px;font-size:.92rem;font-weight:700;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{border-color:var(--accent);background:var(--accent);color:var(--on-ink)}.button--primary:hover{background:#256942;border-color:#256942}.button--ghost{color:var(--ink);background:0 0}.button--ghost:hover{background:var(--surface-subtle);border-color:var(--line-strong);color:var(--ink)}.stats{z-index:2;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));align-self:end;gap:12px;width:100%;display:grid;position:relative}.stats div{border-radius:var(--radius);background:linear-gradient(#ffffffc7 0%,#ffffffb8 72%,#fff0 100%);border:0;min-height:112px;padding:18px}.stats strong{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:1.42rem;font-weight:800;line-height:1.1;display:block}.stats span{max-width:19ch;color:var(--muted);margin-top:9px;font-size:.88rem;line-height:1.4;display:block}@media (width>=1081px){.stats{position:absolute;bottom:64px;left:0;right:0}}.section{width:calc(100% - 48px);max-width:var(--max);border-top:1px solid var(--line);margin:0 auto;padding:96px 0;scroll-margin-top:96px}.hero+.section{border-top:0}.section__head{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;margin-bottom:34px;display:grid}.section__head .eyebrow{grid-column:1/span 3;padding-top:11px}h2{grid-column:4/-1;max-width:700px;font-size:clamp(2.45rem,3.6vw,2.65rem);font-weight:800;line-height:1.08}.section__intro{max-width:720px;color:var(--muted);grid-column:4/span 7;font-size:1rem}.about-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:24px;display:grid}.copy-stack{max-width:700px;color:var(--ink);grid-column:4/span 6;gap:16px;font-size:1.02rem;display:grid}.principle-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);grid-column:10/span 3;padding:22px;box-shadow:0 18px 50px #1a1a1a0d}.principle-panel span{color:var(--accent);letter-spacing:.02em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:700}.principle-panel strong{margin-top:24px;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:1.5rem;line-height:1.12;display:block}.principle-panel p{color:var(--muted);margin-top:16px}.timeline{gap:0;padding:2px 0;display:grid;position:relative}.timeline__line{background:var(--line);transform-origin:top;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:28px;padding:0 0 28px;display:grid;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item__spacer,.timeline-item__marker,.timeline-item__card{grid-row:1}.timeline-item--right .timeline-item__spacer{grid-column:1}.timeline-item--right .timeline-item__marker{grid-column:2}.timeline-item--right .timeline-item__card{grid-column:3}.timeline-item--left .timeline-item__card{text-align:right;grid-column:1}.timeline-item--left .timeline-item__marker{grid-column:2}.timeline-item--left .timeline-item__spacer{grid-column:3}.timeline-item__marker{justify-content:center;min-width:18px;padding-top:27px;display:flex}.timeline-item__marker span{z-index:1;border:3px solid var(--accent);background:var(--accent);border-radius:999px;width:14px;height:14px;position:relative;box-shadow:0 0 0 6px #2d7a4f1a,0 0 18px #2d7a4f47}.timeline-item__card{border:1px solid var(--line);border-radius:var(--radius);backdrop-filter:blur(10px);background:#ffffffc7;width:min(100%,440px);padding:24px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 18px 50px #1a1a1a0d}.timeline-item--left .timeline-item__card{margin-left:auto}.timeline-item__card:hover{border-color:#2d7a4f38;transform:translateY(-1px);box-shadow:0 24px 64px #1a1a1a12}.timeline-item__kicker{color:var(--accent);letter-spacing:.02em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:700;display:flex}.timeline-item--left .timeline-item__kicker,.timeline-item--left .timeline-item__tags{justify-content:flex-end}.timeline-item__status{color:#2d7a4fd6;align-items:center;gap:6px;display:inline-flex}.timeline-item__status span{background:var(--accent);border-radius:999px;width:6px;height:6px;animation:1.8s ease-in-out infinite pulse-dot}.timeline-item h3,.project-card h3,.project-card h4,.skill-group h3,.outside-grid h3,.outside-feature h3{font-size:1.22rem;font-weight:750;line-height:1.22}.timeline-item__company{color:var(--accent);margin-top:6px;font-weight:700}.timeline-item__period{color:var(--quiet);margin-top:3px;font-size:.8rem}.timeline-item__detail{color:var(--muted);margin-top:14px;font-size:.92rem;line-height:1.62}.timeline-item__tags{flex-wrap:wrap;gap:7px;margin-top:18px;list-style:none;display:flex}.timeline-item__tags li{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--elevated);color:var(--muted);padding:6px 9px;font-size:.72rem;line-height:1.2}.js-reveal [data-reveal]{opacity:0;transition:opacity .62s,transform .62s;transition-delay:var(--reveal-delay,0s);transform:translateY(34px)}.js-reveal [data-reveal].is-visible{opacity:1;transform:translateY(0)}.js-reveal .timeline-item--left[data-reveal]{transform:translate(-44px)}.js-reveal .timeline-item--right[data-reveal]{transform:translate(44px)}.js-reveal .timeline-item.is-visible{transform:translate(0)}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #2d7a4f3d}50%{opacity:.72;box-shadow:0 0 0 6px #2d7a4f00}}.project-grid{gap:112px;display:grid}.project-card{gap:52px;padding-top:10px;display:grid}.project-card+.project-card{border-top:1px solid var(--line);padding-top:104px}.project-card__hero{grid-template-columns:minmax(0,.98fr) minmax(360px,1.02fr);align-items:center;gap:72px;min-width:0;display:grid}.project-card__copy{align-content:center;gap:22px;min-width:0;display:grid}.project-card__type{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;font-weight:700;line-height:1.35}.project-card h3{overflow-wrap:anywhere;max-width:11ch;font-size:clamp(4.8rem,6.4vw,5.2rem);font-weight:800;line-height:.94}.project-card__role{color:var(--ink);margin-top:-8px;font-size:1rem;font-weight:760;line-height:1.35}.project-card__copy p:not(.project-card__type,.project-card__role){max-width:640px;color:var(--muted);font-size:1.36rem;line-height:1.58}.project-card__media{min-width:0}.project-card__browser{background:var(--surface);border:1px solid #00000017;border-radius:18px;overflow:hidden;box-shadow:0 2px 8px #1a1a1a14,0 24px 64px #1a1a1a14}.project-card__browser-bar{border-bottom:1px solid var(--line);background:#ffffffc7;align-items:center;gap:9px;height:44px;padding:0 18px;display:flex}.project-card__browser-bar span{background:#dedede;border-radius:999px;width:10px;height:10px}.project-card__browser-bar p{color:#b8b8b8;margin-left:18px;font-size:.84rem;font-weight:600;line-height:1}.project-card__media img{aspect-ratio:16/9;object-fit:cover;object-position:top center;filter:saturate(.82)contrast(.98)brightness(1.02);width:100%;height:auto}.project-card__media img.project-card__image--contain{object-fit:contain;object-position:center;background:#fbf4e7}.project-card__placeholder{background:linear-gradient(135deg, #2d7a4f24, #4f6fa014), linear-gradient(90deg, #2d7a4f14 1px, transparent 1px), linear-gradient(0deg, #2d7a4f14 1px, transparent 1px), var(--elevated);background-size:auto,34px 34px,34px 34px;align-content:end;gap:18px;min-height:390px;padding:34px;display:grid}.project-card__placeholder span{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.76rem;font-weight:700}.project-card__placeholder strong{overflow-wrap:anywhere;max-width:10ch;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:3.4rem;line-height:.98}.project-card__detail{color:#424247;max-width:68ch;font-size:1.34rem;line-height:1.68}.project-card__metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;display:grid}.project-card__metrics div{text-align:center;align-content:center;justify-items:center;min-width:0;min-height:164px;padding:24px;display:grid}.project-card__metrics div+div{border-left:1px solid var(--line)}.project-card__metrics dt{color:var(--accent);overflow-wrap:break-word;word-break:normal;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:2.95rem;font-weight:800;line-height:1.1}.project-card__metric-value--compact{font-size:2.1rem}.project-card__metrics dd{color:var(--muted);margin:8px 0 0;font-size:1rem;line-height:1.35}.project-card__body{align-content:start;gap:44px;display:grid}.project-card__ownership{background:var(--ink);color:var(--on-ink);border-radius:16px;padding:32px 34px}.project-card__ownership h4{color:var(--highlight);letter-spacing:.16em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;font-weight:700;line-height:1.35}.project-card__ownership ul{color:#ffffffd1;gap:13px;margin-top:22px;padding-left:1.1rem;font-size:1.08rem;line-height:1.55;display:grid}.project-card__ownership li{padding-left:8px}.project-card__ownership li::marker{color:var(--highlight)}.project-card__pillars{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.project-card__pillars section{border-top:1px solid var(--line-strong);min-width:0;padding:26px 22px 8px 0}.project-card__pillars section+section{padding-left:22px}.project-card__pillars span{color:var(--accent);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;font-weight:700}.project-card__pillars h4{margin-top:28px;font-size:1.08rem;line-height:1.2}.project-card__pillars p{color:var(--muted);margin-top:12px;font-size:.95rem;line-height:1.55}.project-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.project-card__footer ul{flex-wrap:wrap;gap:8px;list-style:none;display:flex}.project-card__footer a{border:1px solid var(--accent);border-radius:var(--radius);min-height:44px;color:var(--accent);align-items:center;padding:10px 16px;font-size:.9rem;font-weight:750;transition:background .18s,color .18s;display:inline-flex}.project-card__footer a:hover{background:var(--accent);color:var(--on-ink)}.project-card__footer li,.skill-group li{border:1px solid var(--line);background:var(--elevated);color:var(--muted);border-radius:999px;font-size:.76rem;line-height:1.2}.project-card__footer li{padding:7px 10px}.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:56px 42px;display:grid}.skill-group{min-width:0}.skill-group ul{flex-wrap:wrap;gap:10px 9px;margin-top:22px;list-style:none;display:flex}.skill-group li{padding:8px 13px}#dovednosti .section__head{grid-template-columns:1fr;gap:12px;margin-bottom:48px}#dovednosti .section__head .eyebrow,#dovednosti h2,#dovednosti .section__intro{grid-column:1}#dovednosti h2{max-width:700px;font-size:2.65rem;line-height:1.08}#dovednosti .section__intro{max-width:620px;font-size:1rem;line-height:1.5}#dovednosti .eyebrow{color:#2d7a4f59}.skill-group h3{color:var(--accent);letter-spacing:.07em;text-transform:uppercase;font-size:1rem;font-weight:800;line-height:1.15}.skill-group li{color:#73737b;background:#ffffffbd;border-color:#00000012;font-size:.95rem;line-height:1.25;box-shadow:0 1px 2px #00000008,inset 0 0 0 1px #ffffff94}.outside-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}#mimo-kod .section__head{grid-template-columns:1fr}#mimo-kod .section__head .eyebrow,#mimo-kod h2,#mimo-kod .section__intro{grid-column:1}#mimo-kod .section__intro{max-width:46rem}.outside-grid article,.outside-feature{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);position:relative;overflow:hidden;box-shadow:0 14px 42px #1a1a1a0a}.outside-grid article{min-height:238px;padding:28px}.outside-grid p{color:var(--muted);margin-top:10px}.outside-feature{grid-row:span 2;align-items:flex-end;min-height:494px;padding:0;display:flex}.outside-feature__media,.outside-feature__media img,.outside-feature__placeholder{width:100%;height:100%;position:absolute;inset:0}.outside-feature__media img{object-fit:cover}.outside-feature__media:after{content:"";background:linear-gradient(#fff0 0%,#ffffff3d 42%,#fffffff0 100%),linear-gradient(90deg,#fbfbfa14,#fbfbfa00);position:absolute;inset:0}.outside-feature__placeholder{background:linear-gradient(#fff0 34%,#ffffffbd 100%),radial-gradient(circle at 25% 24%,#2d7a4f2e,#0000 20%),radial-gradient(circle at 72% 18%,#4f6fa026,#0000 24%),linear-gradient(135deg,#2d7a4f24,#c8882e1a)}.outside-feature__placeholder:before,.outside-feature__placeholder:after{content:"";border-radius:calc(var(--radius) - 2px);border:1px dashed #2d7a4f47;position:absolute;inset:22px}.outside-feature__placeholder:after{background:radial-gradient(circle at 50% 38%,#1a1a1a2e 0 15%,#0000 16%),radial-gradient(circle at 50% 82%,#1a1a1a1f 0 31%,#0000 32%),#ffffff75;border:1px solid #1a1a1a14;border-radius:999px;width:116px;height:116px;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.outside-feature__content{z-index:1;padding:28px 28px 18px;position:relative}.outside-feature__content p{color:#1a1a1ad1;max-width:30ch;font-weight:500}@media (width>=1081px){.outside-feature__content{padding:0 28px 18px;position:absolute;inset:284px 0 auto}}.outside-icon{width:28px;height:28px;color:var(--highlight);margin-bottom:18px;display:inline-flex}.outside-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}#kontakt .section__head{text-align:center;grid-template-columns:1fr;justify-items:center;gap:18px;margin-bottom:64px}#kontakt .section__head .eyebrow,#kontakt h2,#kontakt .section__intro{grid-column:1}#kontakt .eyebrow{color:#2d7a4f6b}#kontakt h2{max-width:1080px;font-size:3rem;line-height:1.06}#kontakt .section__intro{color:#73737b;max-width:760px;font-size:1.28rem;line-height:1.58}.contact-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:#73737b;text-align:center;place-items:center;gap:18px;min-height:150px;padding:26px 18px 24px;font-size:1.05rem;font-weight:700;line-height:1.2;transition:transform .18s,border-color .18s,color .18s,box-shadow .18s;display:grid;box-shadow:0 14px 40px #1a1a1a09}.contact-card:hover{color:var(--ink);border-color:#2d7a4f73;transform:translateY(-2px);box-shadow:0 18px 45px #1a1a1a12}.contact-card__icon{color:currentColor;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.contact-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.site-footer{min-height:208px;color:var(--muted);background:#fff;margin-top:0;padding:66px 0 82px;position:relative;overflow:hidden}.site-footer__inner{z-index:1;width:calc(100% - 48px);max-width:var(--max);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px;margin:0 auto;display:grid;position:relative}.site-footer__brand,.site-footer__legal,.site-footer__socials{align-items:center;display:flex}.site-footer__brand{min-height:44px;color:var(--muted);justify-self:start;gap:12px;font-size:.95rem;font-weight:600}.site-footer__brand strong{color:var(--ink);letter-spacing:0;font-size:1.1rem;font-weight:800}.site-footer__brand strong span{color:var(--accent)}.site-footer__socials{justify-content:center;gap:18px}.site-footer__socials a{color:#74747d;justify-content:center;align-items:center;width:24px;height:44px;transition:color .18s,transform .18s;display:inline-flex}.site-footer__socials a:hover{color:var(--ink);transform:translateY(-1px)}.site-footer__socials svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.site-footer__legal{white-space:nowrap;justify-self:end;gap:16px;min-height:44px;font-size:.9rem;font-weight:600}.site-footer__legal a{color:inherit;transition:color .18s}.site-footer__legal a:hover{color:var(--ink)}.site-footer__mountains{pointer-events:none;height:78px;position:absolute;bottom:-1px;left:0;right:0}.site-footer__mountains svg{width:100%;height:100%;position:absolute;inset:0}.site-footer__mountains svg:first-child{color:#2d7a4f0e}.site-footer__mountains svg:last-child{color:#2d7a4f09}.site-footer__mountains polygon{fill:currentColor}@media (width<=1080px){.hero{grid-template-columns:repeat(8,minmax(0,1fr));min-height:auto;padding-top:112px}h1{font-size:clamp(3.4rem,8vw,5rem)}h2{font-size:clamp(2.25rem,4.5vw,2.45rem)}.project-card__hero{grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:48px}.project-card h3{font-size:clamp(3.4rem,7.2vw,4.35rem)}.project-card__copy p:not(.project-card__type,.project-card__role){font-size:1.16rem}.project-card__metrics dt{font-size:2.55rem}.project-card__metric-value--compact{font-size:1.95rem}.project-card__placeholder strong{font-size:2.75rem}.hero__content{grid-column:1/span 5}.hero__media{grid-column:6/span 3}#dovednosti h2{font-size:clamp(2.25rem,4.5vw,2.45rem)}#kontakt h2{font-size:2.8rem}#kontakt .section__intro{font-size:1.15rem}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skills-grid,.outside-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.copy-stack{grid-column:4/span 5}.principle-panel{grid-column:9/span 4}}@media (width<=780px){.site-header{position:fixed}.site-header nav{display:none}.hero,.section{width:calc(100% - 32px);max-width:var(--max)}.hero{grid-template-columns:1fr;gap:22px;padding-top:104px}.hero__content,.hero__media,.stats{grid-column:1}.hero__media{order:2;justify-content:center}.stats{order:3;grid-template-columns:repeat(2,minmax(0,1fr))}.stats div{min-height:104px}.section{padding:72px 0}.section__head,.about-grid{grid-template-columns:1fr;gap:12px}.section__head .eyebrow,h2,.section__intro,.copy-stack,.principle-panel{grid-column:1}.section__head .eyebrow{padding-top:0}.copy-stack{max-width:none}.principle-panel{margin-top:10px}#dovednosti .section__head{margin-bottom:40px}#dovednosti h2{font-size:clamp(2.05rem,6vw,2.25rem)}#kontakt .section__head{margin-bottom:46px}#kontakt h2{font-size:2.35rem}#kontakt .section__intro{font-size:1.05rem}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{padding-left:8px}.timeline__line{left:7px;transform:none}.timeline-item,.timeline-item--left,.timeline-item--right{grid-template-columns:auto minmax(0,1fr);gap:16px;padding-bottom:28px}.timeline-item__spacer{display:none}.timeline-item--left .timeline-item__marker,.timeline-item--right .timeline-item__marker{grid-column:1}.timeline-item--left .timeline-item__card,.timeline-item--right .timeline-item__card{text-align:left;grid-column:2;margin-left:0}.timeline-item__marker{min-width:14px;padding-top:24px}.timeline-item__marker span{border-width:2px;width:12px;height:12px;box-shadow:0 0 0 5px #2d7a4f1a,0 0 12px #2d7a4f3d}.timeline-item__card{width:100%;padding:21px}.timeline-item--left .timeline-item__kicker,.timeline-item--left .timeline-item__tags{justify-content:flex-start}.js-reveal .timeline-item--left[data-reveal],.js-reveal .timeline-item--right[data-reveal]{transform:translateY(30px)}.project-grid{gap:76px}.project-card{gap:36px}.project-card+.project-card{padding-top:72px}.project-card__hero{grid-template-columns:1fr;gap:28px}.project-card h3{max-width:12ch;font-size:clamp(2.75rem,9vw,3.4rem)}.project-card__copy p:not(.project-card__type,.project-card__role),.project-card__detail{font-size:1.08rem}.project-card__placeholder{aspect-ratio:16/10}.project-card__metrics,.project-card__pillars{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card__metrics div:nth-child(3){border-left:0}.project-card__metrics div:nth-child(n+3){border-top:1px solid var(--line)}.project-card__pillars section:nth-child(odd){padding-left:0}.project-card__pillars section:nth-child(n+3){margin-top:24px}.project-card__body{gap:34px}}@media (width<=560px){.site-header__inner{width:calc(100% - 24px);max-width:var(--max);padding-top:14px;padding-bottom:12px}.brand>span{display:none}.hero{width:calc(100% - 28px);max-width:var(--max);padding-top:96px;padding-bottom:28px}.hero__content,.hero__media,.stats{width:100%;max-width:340px}.hero__photo-frame{width:14rem;height:18rem}h1{max-width:7ch;font-size:clamp(3rem,14vw,3.25rem)}h2{font-size:clamp(1.95rem,9vw,2.05rem)}#dovednosti .section__head{margin-bottom:34px}#dovednosti h2{font-size:clamp(1.95rem,9vw,2.05rem)}.skill-group h3{font-size:.92rem}.skill-group li{font-size:.9rem}.hero__lead,.section__intro,.copy-stack{font-size:1rem}.hero__subtitle{font-size:1.08rem}.hero__lead{max-width:none;line-height:1.62}.hero__actions{flex-direction:column}.hero__status{border-radius:var(--radius);align-items:flex-start;width:100%;max-width:100%;display:flex}.button{width:100%}.stats,.project-grid,.skills-grid,.outside-grid,.contact-grid{grid-template-columns:1fr}.stats div,.stats div+div{min-height:auto;padding:16px}.project-card{gap:28px;min-height:auto}.project-card+.project-card{padding-top:58px}.project-card h3{font-size:clamp(2.35rem,11vw,2.75rem)}.project-card__browser-bar{height:38px;padding:0 12px}.project-card__browser-bar p{margin-left:8px;font-size:.72rem}.project-card__placeholder{min-height:260px}.project-card__body{gap:18px}.project-card__metrics,.project-card__pillars{grid-template-columns:1fr}.project-card__metrics div,.project-card__metrics div+div{border-left:0;border-bottom:1px solid var(--line);min-height:auto;padding:20px 0}.project-card__metrics div:nth-child(n+3){border-top:0}.project-card__metrics div:last-child{border-bottom:0}.project-card__metrics dt{font-size:2.25rem}.project-card__metric-value--compact{font-size:1.75rem}.project-card__ownership{border-radius:var(--radius);padding:24px 22px}.project-card__ownership ul{font-size:.98rem}.project-card__pillars section,.project-card__pillars section+section{padding:22px 0 0}.project-card__pillars section:nth-child(n+3){margin-top:0}.project-card__footer{flex-direction:column;align-items:stretch}.project-card__footer a{justify-content:center;width:100%}.site-footer{min-height:210px;padding:46px 0 88px}.site-footer__inner{text-align:center;grid-template-columns:1fr;gap:14px;width:calc(100% - 32px)}.site-footer__brand,.site-footer__legal,.site-footer__socials{justify-self:center}.site-footer__socials{order:2;gap:16px}.site-footer__legal{white-space:normal;flex-wrap:wrap;order:3;justify-content:center;gap:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
