:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#060606;--text:#f2f2f2;--muted:#b7b7b7;--soft:#9f9f9f;--surface:#0f0f0f;--surface-2:#111;--border:#242424;--border-strong:#fff;--nav-bg:linear-gradient(to bottom, #000000bf, #0000001f);--menu-bg:#080808f2;--menu-hover:#ffffff14;--button-bg:#00000059;--overlay-bg:#000000e6}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f4f2;--text:#181818;--muted:#515151;--soft:#666;--surface:#fff;--surface-2:#f7f7f7;--border:#d7d7d7;--border-strong:#1c1c1c;--nav-bg:linear-gradient(to bottom, #ffffffeb, #ffffff8c);--menu-bg:#fffffff5;--menu-hover:#0000000f;--button-bg:#fffc;--overlay-bg:#000000d1}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);scroll-behavior:smooth;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}main{min-height:100vh}.navWrap{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--nav-bg);justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:fixed;top:0}.brand{letter-spacing:.05em;align-items:center;gap:.55rem;font-weight:700;display:flex}.brandLogo{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:30px;height:30px}nav{gap:1.2rem;display:flex}.burgerBtn{border:1px solid var(--border);background:var(--button-bg);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:none}.burgerBtn span{background:var(--text);border-radius:99px;width:18px;height:2px;transition:transform .2s,opacity .2s}.burgerBtn.open span:first-child{transform:translateY(6px)rotate(45deg)}.burgerBtn.open span:nth-child(2){opacity:0}.burgerBtn.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.navControls{align-items:center;gap:.55rem;display:flex}.themeToggle{border:1px solid var(--border);background:var(--button-bg);color:var(--text);cursor:pointer;border-radius:999px;padding:.45rem .8rem;font-size:.8rem}.navLink{opacity:.85}.navLink:hover{opacity:1}.hero{place-items:center;height:100vh;display:grid;position:relative;overflow:hidden}.heroBackground{position:absolute;inset:0}.heroSlide{background-position:50%;background-size:cover;position:absolute;inset:0}.heroOverlay{text-align:center;z-index:2;max-width:900px;padding:0 1rem;position:relative}.heroOverlay h1{margin:0 0 .8rem;font-size:clamp(2.2rem,6vw,4.8rem)}.heroOverlay p{color:color-mix(in srgb, var(--text) 80%, transparent);max-width:720px;margin:0 auto}.cta{border:1px solid var(--text);border-radius:999px;margin-top:1.4rem;padding:.8rem 1.1rem;display:inline-block}.section{max-width:1220px;margin:0 auto;padding:5rem 2rem}.section h2{margin:0 0 .5rem;font-size:2rem}.sectionIntro{color:var(--muted);margin:0 0 1.6rem}.filterRow{flex-wrap:wrap;gap:.6rem;margin-bottom:1.1rem;display:flex}.filterChip{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:.42rem .82rem}.filterChip.active{border-color:var(--border-strong);color:var(--text)}.projectGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.1rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;position:relative;overflow:hidden}.cardHitArea{z-index:1;position:absolute;inset:0}.cardImage{background-position:50%;background-size:cover;height:220px}.cardBody{z-index:2;padding:.9rem;position:relative}.cardBody h3{margin:0;font-size:.9rem;line-height:1.4}.cardBody span{color:var(--soft);margin-top:.4rem;font-size:.8rem;display:block}.cardBody p{color:var(--muted);margin:.5rem 0 0;font-size:.78rem}.detailsLink{color:var(--text);z-index:3;border-bottom:1px solid #666;margin-top:.8rem;font-size:.85rem;display:inline-block;position:relative}.pressList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.pressItem{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;position:relative;overflow:hidden}.pressHitArea{z-index:5;position:absolute;inset:0}.pressItem img{object-fit:cover;z-index:1;width:100%;height:180px;display:block;position:relative}.pressItem div{z-index:1;padding:.9rem;position:relative}.pressItem p{color:var(--soft);margin:.35rem 0 0}.pressItem small{color:var(--muted);margin-top:.55rem;line-height:1.45;display:block}.profile p,.profile li{color:var(--muted);line-height:1.7}.contacts{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.4rem;display:grid}.contacts>div{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;justify-content:center;min-height:92px;padding:.95rem 1rem;display:flex}.contacts span{color:var(--soft);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.contacts a,.contacts p{color:var(--text);word-break:break-word;margin:0;font-size:1.05rem;font-weight:500;line-height:1.35}.contacts a{text-decoration:none}.contacts a:hover{text-underline-offset:3px;text-decoration:underline}.socialLinks{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.socialLinks a{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.socialLinks a:hover{border-color:var(--border-strong);background:var(--surface-2);transform:translateY(-2px)}footer{text-align:center;color:var(--soft);border-top:1px solid var(--border);justify-content:center;align-items:center;gap:.65rem;padding:1.4rem;display:flex}.footerLogo{object-fit:cover;border:1px solid var(--border);border-radius:7px;width:24px;height:24px}html[data-theme=dark] .brandLogo,html[data-theme=dark] .footerLogo{background:#fff;border-color:#fff;padding:2px}.detailPage{max-width:1220px;margin:0 auto;padding:6rem 2rem 3rem}.backLink{color:var(--muted);margin-bottom:1rem;display:inline-block}.detailHero{grid-template-columns:1.15fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.detailHero img{object-fit:cover;border-radius:16px;width:100%;min-height:320px}.detailMeta{color:var(--soft)}.detailSummary{color:var(--muted);line-height:1.6}.detailFacts{margin:.6rem 0 .7rem}.detailFacts p{color:var(--text);margin:.2rem 0}.detailFacts strong{color:var(--soft);font-weight:600}.pressHero{grid-template-columns:1.15fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.pressHero img{object-fit:cover;border-radius:16px;width:100%;min-height:320px}.pressContent{margin-bottom:1.8rem}.pressContent p{color:var(--muted);line-height:1.75}.detailGallery h2{margin-bottom:1rem}.detailGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem;display:grid}.galleryItem{cursor:pointer;background:0 0;border:none;margin:0;padding:0}.galleryItem img,.galleryStaticItem img{object-fit:cover;border-radius:12px;width:100%;height:180px}.lightbox{background:var(--overlay-bg);z-index:60;place-items:center;display:grid;position:fixed;inset:0}.lightbox img{border-radius:14px;max-width:min(1100px,92vw);max-height:82vh}.carouselNav{color:#fff;cursor:pointer;background:#00000073;border:1px solid #888;border-radius:50%;width:42px;height:42px;font-size:1.5rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.prevNav{left:1rem}.nextNav{right:1rem}.closeLightbox{color:#fff;background:#0006;border:1px solid #888;border-radius:999px;padding:.45rem .9rem;position:absolute;top:1rem;right:1rem}@media (max-width:900px){.detailHero,.pressHero{grid-template-columns:1fr}}@media (max-width:760px){.navWrap{align-items:flex-start;padding:.9rem 1rem}.burgerBtn{display:flex}nav{border:1px solid var(--border);background:var(--menu-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex-direction:column;gap:.1rem;width:min(220px,100vw - 2rem);padding:.5rem;display:none;position:absolute;top:calc(100% + 6px);right:1rem}nav.navOpen{display:flex}.navLink{border-radius:8px;padding:.6rem .55rem}.navLink:hover{background:var(--menu-hover)}}
