:root{--font-display: "Space Grotesk", "Readex Pro", system-ui, sans-serif;--font-body: "Inter", "Readex Pro", system-ui, sans-serif;--container: 1160px;--nav-height: 76px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px}html[lang=ar]{--font-display: "Readex Pro", "Space Grotesk", system-ui, sans-serif;--font-body: "Readex Pro", "Inter", system-ui, sans-serif}body[data-theme=dark]{--bg: #0b0b0e;--bg-soft: #101014;--surface: rgba(255, 255, 255, .028);--surface-strong: #16161c;--text: #f2f0ea;--text-muted: #a2a09b;--line: rgba(242, 240, 234, .1);--line-strong: rgba(242, 240, 234, .22);--accent: #dcb056;--accent-strong: #ecc879;--accent-ink: #171204;--accent-soft: rgba(220, 176, 86, .1);--shadow: 0 24px 60px -24px rgba(0, 0, 0, .65);--scrim: rgba(11, 11, 14, .72);color-scheme:dark}body[data-theme=light]{--bg: #f6f4ee;--bg-soft: #edeae1;--surface: rgba(255, 255, 255, .62);--surface-strong: #fffdf8;--text: #17161a;--text-muted: #6b6963;--line: rgba(23, 22, 26, .12);--line-strong: rgba(23, 22, 26, .3);--accent: #8f6a1d;--accent-strong: #6f5213;--accent-ink: #fffaf0;--accent-soft: rgba(143, 106, 29, .09);--shadow: 0 24px 60px -28px rgba(23, 22, 26, .28);--scrim: rgba(246, 244, 238, .78);color-scheme:light}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;transition:background-color .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1)}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.12;letter-spacing:-.02em}html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] h4{letter-spacing:0;line-height:1.3}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--accent);color:var(--accent-ink)}.app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.container{width:min(var(--container),100% - 3rem);margin-inline:auto}@media (max-width: 576px){.container{width:calc(100% - 2.5rem)}}.section{padding:clamp(5rem,10vw,8.5rem) 0;position:relative}.section-head{display:flex;align-items:center;gap:1.25rem;margin-bottom:clamp(2.75rem,6vw,4.5rem)}.section-head .section-index{font-family:var(--font-display);font-size:.85rem;font-weight:500;letter-spacing:.35em;color:var(--accent)}.section-head h2{font-size:clamp(1.9rem,4.2vw,3rem);white-space:nowrap}.section-head .section-line{flex:1;height:1px;background:var(--line);transform-origin:left center}html[dir=rtl] .section-head .section-line{transform-origin:right center}.section-subtitle{max-width:560px;color:var(--text-muted);margin-top:-1.75rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.9rem;border-radius:999px;font-family:var(--font-display);font-size:.95rem;font-weight:600;letter-spacing:.02em;border:1px solid transparent;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background-color .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1)}.btn svg{font-size:1.1em;transition:transform .35s cubic-bezier(.16,1,.3,1)}.btn:active{transform:scale(.97)}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover{background:var(--accent);color:var(--accent-ink);box-shadow:0 12px 32px -12px var(--accent)}.btn-primary:hover svg{transform:translate(3px)}html[dir=rtl] .btn-primary:hover svg{transform:translate(-3px) scaleX(-1)}html[dir=rtl] .btn-primary svg{transform:scaleX(-1)}.btn-ghost{background:transparent;color:var(--text);border-color:var(--line-strong)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background-color .35s cubic-bezier(.16,1,.3,1)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-dot{0%,to{box-shadow:0 0 #4ade808c}70%{box-shadow:0 0 0 9px #4ade8000}}@keyframes float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.navbar{position:fixed;inset-inline:0;top:0;z-index:300;height:var(--nav-height);display:flex;align-items:center;transition:background-color .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1);border-bottom:1px solid transparent}.navbar.scrolled{background:var(--scrim);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:var(--line)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.navbar-brand{font-family:var(--font-display);font-size:1.45rem;font-weight:700;letter-spacing:.04em;display:inline-flex;align-items:baseline;line-height:1}.navbar-brand .brand-dot{color:var(--accent);font-size:1.7rem}.navbar-links{display:flex;align-items:center;gap:.4rem}@media (max-width: 992px){.navbar-links{display:none}}.nav-link{position:relative;padding:.5rem .85rem;font-size:.92rem;font-weight:500;color:var(--text-muted);transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-link .nav-link-indicator{position:absolute;inset-inline:.85rem;bottom:.1rem;height:2px;border-radius:2px;background:var(--accent)}.navbar-actions{display:flex;align-items:center;gap:.75rem}.lang-switch{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:.2rem;gap:.15rem}.lang-switch button{border:none;background:transparent;color:var(--text-muted);font-family:var(--font-display);font-size:.8rem;font-weight:600;padding:.3rem .65rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.lang-switch button.active{background:var(--text);color:var(--bg)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--text);font-size:1.1rem;transition:border-color .2s ease,color .2s ease}.icon-btn span{display:inline-flex}.icon-btn:hover{border-color:var(--accent);color:var(--accent)}.navbar-cta{padding:.65rem 1.4rem;font-size:.88rem}@media (max-width: 992px){.navbar-cta{display:none}}.menu-toggle{display:none}@media (max-width: 992px){.menu-toggle{display:inline-flex}}.navbar-progress{position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent);transform-origin:left center}html[dir=rtl] .navbar-progress{transform-origin:right center}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:var(--bg);display:flex;align-items:center;padding-top:var(--nav-height)}.mobile-menu nav{width:min(var(--container),100% - 3rem);margin-inline:auto;display:flex;flex-direction:column}.mobile-link{display:flex;align-items:baseline;gap:1.1rem;padding:1.05rem 0;border-bottom:1px solid var(--line);font-family:var(--font-display);font-size:clamp(1.6rem,6vw,2.2rem);font-weight:600;color:var(--text);transition:color .2s ease,padding-inline-start .35s cubic-bezier(.16,1,.3,1)}.mobile-link .mobile-link-index{font-size:.85rem;font-weight:500;letter-spacing:.25em;color:var(--accent)}.mobile-link:hover,.mobile-link.active{color:var(--accent);padding-inline-start:.5rem}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--nav-height) + 2rem);padding-bottom:4.5rem;overflow:hidden}.hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-backdrop .backdrop-ring{position:absolute;top:50%;inset-inline-end:-12vw;width:44vw;height:44vw;max-width:640px;max-height:640px;border:1px solid var(--line);border-radius:50%;transform:translateY(-55%)}.hero-backdrop .backdrop-glow{position:absolute;top:8%;inset-inline-end:4%;width:30vw;height:30vw;max-width:460px;max-height:460px;border-radius:50%;background:radial-gradient(circle,var(--accent-soft) 0%,transparent 65%);filter:blur(10px)}.hero-inner{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(2.5rem,6vw,5.5rem)}@media (max-width: 992px){.hero-inner{grid-template-columns:1fr;gap:3.5rem}}.hero-status{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.05rem;margin-bottom:1.6rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.85rem;font-weight:500;color:var(--text-muted);width:fit-content}.hero-status .status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-dot 2s infinite}.hero-name{font-size:clamp(3rem,8.5vw,5.6rem);font-weight:700;margin-bottom:1.4rem}.hero-name .hero-name-accent{display:block;color:transparent;-webkit-text-stroke:1.5px var(--text);transition:color .6s cubic-bezier(.16,1,.3,1)}.hero-name:hover .hero-name-accent{color:var(--accent);-webkit-text-stroke-color:var(--accent)}.hero-role{display:flex;align-items:baseline;gap:.55rem;font-family:var(--font-display);font-size:clamp(1.05rem,2.4vw,1.35rem);font-weight:500;margin-bottom:1.4rem}.hero-role .role-prefix{color:var(--text-muted);flex-shrink:0}.hero-role .role-rotator{position:relative;overflow:hidden;display:inline-flex}.hero-role .role-word{display:inline-block;color:var(--accent);white-space:nowrap}.hero-description{max-width:520px;color:var(--text-muted);font-size:1.05rem;margin-bottom:2.2rem}.hero-cta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2.8rem}.hero-socials{display:flex;gap:.6rem;margin-inline-start:.4rem}.hero-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);color:var(--text-muted);font-size:1.05rem;transition:color .2s ease,border-color .2s ease,transform .35s cubic-bezier(.16,1,.3,1)}.hero-socials a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px)}.hero-stats{display:flex;gap:clamp(1.5rem,4vw,3rem);padding-top:1.8rem;border-top:1px solid var(--line);width:fit-content}.hero-stats .hero-stat{display:flex;flex-direction:column}.hero-stats .hero-stat .stat-value{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700;color:var(--accent);line-height:1.1}.hero-stats .hero-stat .stat-label{font-size:.82rem;color:var(--text-muted);margin-top:.25rem}.hero-portrait{position:relative;justify-self:end;width:min(100%,440px)}@media (max-width: 992px){.hero-portrait{justify-self:center}}.portrait-frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);animation:float-soft 7s ease-in-out infinite}.portrait-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--line-strong);border-radius:var(--radius-lg);z-index:2;pointer-events:none}.portrait-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 32%);z-index:1;pointer-events:none}.portrait-frame .portrait-img{width:100%;aspect-ratio:4/5;object-fit:cover;filter:grayscale(1) contrast(1.05);transform:scale(1.02);transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter 1.2s cubic-bezier(.16,1,.3,1)}.portrait-frame:hover .portrait-img{transform:scale(1.07)}.portrait-frame .portrait-caption{position:absolute;bottom:1.1rem;inset-inline-start:1.35rem;z-index:2;font-family:var(--font-display);font-size:.75rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#ffffffd9}.hero-portrait:before{content:"";position:absolute;top:-1.4rem;right:-1.4rem;bottom:-1.4rem;left:-1.4rem;inset-inline-start:auto;width:62%;height:62%;border:1px solid var(--accent);border-radius:var(--radius-lg);opacity:.55;z-index:-1}.hero-portrait:after{content:"";position:absolute;top:-1.4rem;right:-1.4rem;bottom:-1.4rem;left:-1.4rem;inset-inline-end:auto;top:auto;width:46%;height:46%;background:radial-gradient(circle at 1px 1px,var(--line-strong) 1px,transparent 0);background-size:14px 14px;z-index:-1}.hero-scroll{position:absolute;bottom:5.4rem;inset-inline-start:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.35rem;font-size:.72rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);transition:color .2s ease}html[dir=rtl] .hero-scroll{transform:translate(50%)}.hero-scroll:hover{color:var(--accent)}.hero-scroll .scroll-arrow{display:inline-flex;font-size:1rem}@media (max-width: 992px){.hero-scroll{display:none}}.hero-marquee{position:absolute;bottom:0;inset-inline:0;border-top:1px solid var(--line);padding:1rem 0;overflow:hidden;background:var(--surface);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);direction:ltr}.hero-marquee:before,.hero-marquee:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:1;pointer-events:none}.hero-marquee:before{left:0;background:linear-gradient(to right,var(--bg),transparent)}.hero-marquee:after{right:0;background:linear-gradient(to left,var(--bg),transparent)}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.marquee-item{display:inline-flex;align-items:center;font-family:var(--font-display);font-size:.85rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.marquee-item .marquee-sep{margin:0 1.6rem;color:var(--accent);font-size:.65rem}.about{background:var(--bg-soft);border-block:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:start;margin-bottom:clamp(3rem,6vw,4.5rem)}@media (max-width: 992px){.about-grid{grid-template-columns:1fr}}.about-narrative .about-lead{font-family:var(--font-display);font-size:clamp(1.35rem,2.8vw,1.8rem);font-weight:600;line-height:1.35;color:var(--text);margin-bottom:1.5rem}.about-narrative .about-lead:after{content:"";display:block;width:64px;height:3px;background:var(--accent);border-radius:3px;margin-top:1.1rem}.about-narrative p:not(.about-lead){color:var(--text-muted);margin-bottom:1.1rem}.about-stats{display:flex;flex-direction:column;border-inline-start:1px solid var(--line);padding-inline-start:clamp(1.5rem,3vw,2.5rem)}@media (max-width: 992px){.about-stats{flex-direction:row;flex-wrap:wrap;border-inline-start:none;padding-inline-start:0;gap:1rem}}.about-stat{display:flex;flex-direction:column;padding:1.4rem 0}.about-stat:not(:last-child){border-bottom:1px solid var(--line)}@media (max-width: 992px){.about-stat{flex:1 1 140px;padding:1.1rem 1.25rem;border:1px solid var(--line)!important;border-radius:var(--radius-md)}}.about-stat .counter-value{font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,3rem);font-weight:700;color:var(--accent);line-height:1.05}.about-stat .counter-label{color:var(--text-muted);font-size:.9rem;margin-top:.3rem}.about-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 992px){.about-features{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.about-features{grid-template-columns:1fr}}.feature-card{padding:1.75rem 1.5rem}.feature-card:hover{transform:translateY(-6px);border-color:var(--line-strong);box-shadow:var(--shadow)}.feature-card .feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);font-size:1.3rem;margin-bottom:1.15rem}.feature-card h3{font-size:1.08rem;margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 992px){.skills-grid{grid-template-columns:1fr}}.skill-category{padding:2rem 1.75rem}.skill-category:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.category-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--line)}.category-head h3{font-size:1.25rem}.category-head .category-index{font-family:var(--font-display);font-size:.8rem;font-weight:500;letter-spacing:.2em;color:var(--accent);order:2}.skill-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.skill-tile{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);cursor:default}.skill-tile .tile-icon{display:inline-flex;font-size:1.35rem;color:var(--text-muted);transition:color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.skill-tile .tile-name{font-family:var(--font-display);font-size:.92rem;font-weight:500}.skill-tile:hover{border-color:var(--brand);transform:translateY(-3px);box-shadow:0 12px 26px -14px var(--brand)}.skill-tile:hover .tile-icon{color:var(--brand);transform:scale(1.12)}.project-icon-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.project-icon-wrapper .project-icon{width:100%;height:100%;max-width:200px;max-height:200px;filter:drop-shadow(0 4px 12px rgba(14,165,233,.3));transition:all .35s cubic-bezier(.16,1,.3,1)}.project-icon-wrapper .project-icon:hover{filter:drop-shadow(0 8px 20px rgba(14,165,233,.5));transform:scale(1.05)}.project-icon-wrapper .project-icon.inventory-icon:hover{filter:drop-shadow(0 8px 20px rgba(6,182,212,.6))}.project-icon-wrapper .project-icon.cattle-icon:hover{filter:drop-shadow(0 8px 20px rgba(16,185,129,.6))}.project-icon-wrapper .project-icon.education-icon:hover{filter:drop-shadow(0 8px 20px rgba(139,92,246,.6))}.project-icon-wrapper .project-icon.exam-icon:hover{filter:drop-shadow(0 8px 20px rgba(245,158,11,.6))}@media (max-width: 768px){.project-icon-wrapper .project-icon{max-width:150px;max-height:150px}}@media (max-width: 576px){.project-icon-wrapper .project-icon{max-width:120px;max-height:120px}}body[data-theme=dark] .project-icon-wrapper .project-icon{filter:drop-shadow(0 4px 12px rgba(14,165,233,.4))}body[data-theme=dark] .project-icon-wrapper .project-icon:hover{filter:drop-shadow(0 8px 20px rgba(14,165,233,.7))}body[data-theme=dark] .project-icon-wrapper .project-icon.inventory-icon:hover{filter:drop-shadow(0 8px 20px rgba(6,182,212,.7))}body[data-theme=dark] .project-icon-wrapper .project-icon.cattle-icon:hover{filter:drop-shadow(0 8px 20px rgba(16,185,129,.7))}body[data-theme=dark] .project-icon-wrapper .project-icon.education-icon:hover{filter:drop-shadow(0 8px 20px rgba(139,92,246,.7))}body[data-theme=dark] .project-icon-wrapper .project-icon.exam-icon:hover{filter:drop-shadow(0 8px 20px rgba(245,158,11,.7))}.projects{background:var(--bg-soft);border-block:1px solid var(--line)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}@media (max-width: 992px){.projects-grid{grid-template-columns:1fr}}.project-card{display:flex;flex-direction:column;overflow:hidden}.project-card:hover{transform:translateY(-8px);border-color:var(--line-strong);box-shadow:var(--shadow)}.project-card:hover .project-visual svg{transform:scale(1.06)}.project-card:hover .project-title{color:var(--accent)}.project-card.featured{border-top:3px solid var(--accent)}.project-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:2.25rem 1.5rem;background:radial-gradient(circle at 50% 120%,var(--accent-soft) 0%,transparent 62%),var(--surface);border-bottom:1px solid var(--line)}.project-visual svg{width:min(190px,55%);height:auto;transition:transform .8s cubic-bezier(.16,1,.3,1)}.project-visual .project-number{position:absolute;top:1.1rem;inset-inline-start:1.35rem;font-family:var(--font-display);font-size:.85rem;font-weight:600;letter-spacing:.3em;color:var(--text-muted)}.project-visual .featured-badge{position:absolute;top:1rem;inset-inline-end:1.15rem;display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-family:var(--font-display);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.project-visual .featured-badge svg{width:.85em;height:.85em}.project-body{display:flex;flex-direction:column;flex:1;padding:1.75rem 1.75rem 1.5rem}.project-title{font-size:1.3rem;margin-bottom:.7rem;transition:color .35s cubic-bezier(.16,1,.3,1)}.project-description{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1.4rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem}.project-tags .tag{padding:.32rem .8rem;border:1px solid var(--line);border-radius:999px;font-family:var(--font-display);font-size:.76rem;font-weight:500;color:var(--text-muted);transition:border-color .2s ease,color .2s ease}.project-tags .tag:hover{border-color:var(--accent);color:var(--accent)}.project-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.2rem;border-top:1px solid var(--line)}.project-footer .access-note{font-size:.82rem;color:var(--text-muted)}.project-footer .project-cta{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;font-family:var(--font-display);font-size:.88rem;font-weight:600;color:var(--accent);transition:gap .2s ease}html[dir=rtl] .project-footer .project-cta svg{transform:scaleX(-1)}.project-footer .project-cta:hover{gap:.6rem}.contact-intro{max-width:620px;margin-inline:auto;text-align:center}.contact-intro h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.contact-intro>p{color:var(--text-muted);margin-bottom:2.5rem}.contact-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;max-width:980px;margin-inline:auto;margin-bottom:2.5rem}@media (max-width: 992px){.contact-channels{grid-template-columns:1fr;max-width:480px}}.channel{display:flex;align-items:center;gap:1.05rem;height:100%;padding:1.15rem 1.3rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);transition:border-color .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.channel:is(a):hover{border-color:var(--accent);transform:translateY(-4px)}.channel:is(a):hover .channel-icon{background:var(--accent);color:var(--accent-ink)}.channel .channel-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent);font-size:1.2rem;transition:background-color .35s cubic-bezier(.16,1,.3,1),color .35s cubic-bezier(.16,1,.3,1)}.channel .channel-text{display:flex;flex-direction:column;min-width:0}.channel .channel-title{font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.channel .channel-value{font-family:var(--font-display);font-weight:500;direction:ltr;unicode-bidi:embed;overflow-wrap:anywhere}html[dir=rtl] .channel .channel-value{text-align:end;align-self:flex-start}.contact-socials{display:flex;justify-content:center;gap:.65rem}.contact-socials a{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);color:var(--text-muted);font-size:1.15rem;transition:color .2s ease,border-color .2s ease,transform .35s cubic-bezier(.16,1,.3,1)}.contact-socials a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px)}.footer{border-top:1px solid var(--line);background:var(--bg-soft);padding-top:3rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:2.25rem}@media (max-width: 768px){.footer-inner{flex-direction:column;text-align:center}}.footer-brand .footer-mark{font-family:var(--font-display);font-size:2rem;font-weight:700;letter-spacing:.04em;line-height:1}.footer-brand .footer-dot{color:var(--accent)}.footer-brand .footer-tagline{color:var(--text-muted);font-size:.92rem;margin-top:.5rem}.footer-socials{display:flex;gap:.65rem}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);color:var(--text-muted);font-size:1.05rem;transition:color .2s ease,border-color .2s ease,transform .35s cubic-bezier(.16,1,.3,1)}.footer-socials a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px)}.back-to-top{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1.4rem;border-radius:999px;border:1px solid var(--line-strong);background:transparent;color:var(--text);font-family:var(--font-display);font-size:.85rem;font-weight:600;transition:border-color .2s ease,color .2s ease,transform .35s cubic-bezier(.16,1,.3,1)}.back-to-top:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-3px)}.footer-bottom{border-top:1px solid var(--line);padding-block:1.4rem;display:flex;justify-content:center;font-size:.84rem;color:var(--text-muted)}
