@font-face{font-family:cairo;src:url(/fonts/Cairo.woff2)format("woff2");font-weight:300 800;font-display:swap}:root{--bg:#070a12;--bg-surface:#0e1424;--bg-elevated:#151e33;--border:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#d4af37;--accent-glow:rgba(212, 175, 55, 0.15);--font-body:"Cairo", system-ui, -apple-system, sans-serif;--max-width:1200px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body>header{position:sticky;top:0;z-index:99999;background:color-mix(in srgb,var(--bg) 95%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;img[src*="logo.svg"]{height:38px;width:auto;filter:brightness(0)saturate(100%)invert(73%)sepia(47%)saturate(654%)hue-rotate(7deg)brightness(92%)contrast(87%)}button.menu-toggle{display:none;position:relative;background:0 0;border:1px solid var(--border);border-radius:4px;width:40px;height:40px;padding:0;cursor:pointer;z-index:100000;span{position:absolute;left:9px;right:9px;height:2px;background-color:var(--accent);pointer-events:none;transition:transform .25s ease,opacity .2s ease,top .25s ease;&:nth-child(1){top:12px}&:nth-child(2){top:19px}&:nth-child(3){top:26px}}&[aria-expanded=true]{span:nth-child(1){top:19px;transform:rotate(45deg)}span:nth-child(2){opacity:0}span:nth-child(3){top:19px;transform:rotate(-45deg)}}}nav#primary-nav{display:flex;align-items:center;gap:1.5rem;ul{display:flex;gap:1.5rem;list-style:none;a:hover{color:var(--accent)}}.lang-switch{font-size:.85rem;padding:.25rem .65rem;border:1px solid var(--border);border-radius:4px;color:var(--accent);&:hover{background:var(--accent-glow);border-color:var(--accent)}}}}@media(max-width:768px){body>header{button.menu-toggle{display:flex}nav#primary-nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--bg);border-bottom:1px solid var(--border);padding:1.5rem;flex-direction:column;gap:1.25rem;box-shadow:0 12px 30px rgba(0,0,0,.8);&.open{display:flex}ul{flex-direction:column;align-items:center;gap:1.25rem;width:100%}.lang-switch{align-self:center}}}}main{width:100%;max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem;flex:1;animation:fadeIn .5s ease-out}section.hero{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:center;padding-bottom:3.5rem;figure{border:1px solid var(--border);border-radius:4px;overflow:hidden;aspect-ratio:4/5;background:var(--bg-surface);img{width:100%;height:100%;object-fit:cover}}article{border:none;background:0 0;padding:0;h1{font-size:2.5rem;line-height:1.2;color:#fff;margin-bottom:.5rem}p.lead{color:var(--accent);font-size:1.15rem;margin-bottom:1.25rem;font-weight:500}p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1.2rem;font-size:.9rem;dt{color:var(--text-muted);font-weight:600}dd{color:var(--text)}}}}section{padding:3.5rem 0;border-top:1px solid var(--border);& > header{position:static;z-index:auto;background:0 0;border:none;padding:0;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:baseline;h2{font-size:1.85rem;letter-spacing:.04em}a{font-size:.95rem;color:var(--accent);&:hover{text-decoration:underline}}}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;width:100%;article.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease;&:hover{transform:translateY(-5px);border-color:var(--accent)}figure{aspect-ratio:16/10;background:#030508;overflow:hidden;img{width:100%;height:100%;object-fit:cover}}header{background:0 0;border:none;padding:1.25rem 1.25rem .5rem;display:flex;flex-direction:column;gap:.25rem;time{font-size:.8rem;color:var(--accent);font-weight:600}h3{font-size:1.15rem;line-height:1.35}}dl{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;padding:0 1.25rem 1.25rem;font-size:.85rem;dt{color:var(--text-muted)}dd{color:var(--text)}}}}article.monograph{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start;figure{border:1px solid var(--border);border-radius:4px;background:#04060a;overflow:hidden;img{width:100%;max-height:700px;object-fit:contain}}aside{header{background:0 0;border:none;padding:0 0 1rem;display:flex;flex-direction:column;gap:.5rem;time{color:var(--accent);font-weight:600}h1{font-size:2.25rem;line-height:1.2}}dl{background:var(--bg-surface);border:1px solid var(--border);padding:1.5rem;border-radius:4px;margin:1.5rem 0;display:grid;grid-template-columns:auto 1fr;gap:.75rem 1.25rem;dt{color:var(--text-muted);font-weight:700}dd{color:var(--text)}}section{border:none;padding:0;font-size:1.05rem;line-height:1.8;color:var(--text-muted)}}}section.cv-section{ol{list-style:none;border-left:2px solid var(--border);margin-left:.5rem;li{position:relative;padding-left:2rem;padding-bottom:2rem;&::before{content:"";position:absolute;left:-6px;top:6px;width:10px;height:10px;border-radius:50%;background-color:var(--accent);box-shadow:0 0 0 4px var(--bg)}time{font-size:.85rem;color:var(--accent);font-weight:600;display:block;margin-bottom:.25rem}strong{color:#fff;font-size:1.05rem}p{color:var(--text-muted);margin-top:.25rem}}}ul{list-style:none;display:grid;gap:1rem;li{background:var(--bg-surface);border:1px solid var(--border);padding:1.25rem 1.5rem;border-radius:4px;color:var(--text-muted);strong{color:#fff}}}}footer{margin-top:auto;border-top:1px solid var(--border);background:var(--bg-surface);padding:3.5rem 1.5rem 2rem;address{max-width:var(--max-width);margin:0 auto 2.5rem;font-style:normal;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;section{border:none;padding:0;h4{color:var(--accent);font-size:1.05rem;margin-bottom:.85rem}p, a{display:block;color:var(--text-muted);margin-bottom:.5rem;transition:color .2s ease}a:hover{color:var(--accent)}}}& > p{text-align:center;font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:2rem}}@media(max-width:860px){section.hero{grid-template-columns:1fr;text-align:center;figure{max-width:260px;margin:0 auto}dl{justify-content:center}}article.monograph{grid-template-columns:1fr}}@media(max-width:768px){header{button.menu-toggle{display:flex}nav#primary-nav{display:none!important;position:absolute;top:100%;left:0;width:100%;background:#070a12;border-bottom:1px solid var(--border);padding:1.5rem;flex-direction:column;gap:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.7);&.open{display:flex!important}ul{flex-direction:column;align-items:center;gap:1.25rem;width:100%}.lang-switch{align-self:center}}}}