:root{
--bg:#f6f5f2;
--bg-rgb:246,245,242;
--bg-alt:#efeeea;
--panel:#ffffff;
--ink:#131313;
--ink-rgb:19,19,19;
--ink-soft:#6f6d69;
--ink-faint:#a7a49d;
--line:rgba(19,19,19,0.09);
--line-strong:rgba(19,19,19,0.16);
--accent:#131313;
--radius-sm:10px;
--radius-md:16px;
--radius-lg:26px;
--ease-out: cubic-bezier(.16,1,.3,1);
--ease-soft: cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
background:var(--bg);
color:var(--ink);
font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
-webkit-font-smoothing:antialiased;
overflow-x:hidden;
cursor:default;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
button{font-family:inherit; cursor:pointer;}
.serif{font-family:'Instrument Serif', serif; font-style:italic; font-weight:400;}

.wrap{max-width:1240px; margin:0 auto; padding:0 40px;}
section{position:relative;}

::selection{background:var(--ink); color:var(--bg);}

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.hp-field{position:absolute; left:-9999px; top:-9999px; opacity:0; pointer-events:none;}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:2px solid var(--ink); outline-offset:3px;
}

.back-to-top{
  position:fixed; right:26px; bottom:26px; width:46px; height:46px; border-radius:50%;
  background:var(--ink); border:none; display:flex; align-items:center; justify-content:center;
  z-index:900; opacity:0; visibility:hidden; transform:translateY(14px);
  transition:opacity .4s var(--ease-out), transform .4s var(--ease-out), visibility .4s;
}
.back-to-top.visible{opacity:1; visibility:visible; transform:translateY(0);}
.back-to-top svg{width:18px; height:18px; stroke:var(--bg);}
.back-to-top:hover{transform:translateY(-4px);}

.preloader{
  position:fixed; inset:0; z-index:10000; background:var(--ink);
  display:flex; align-items:center; justify-content:center;
}
.preloader-inner{display:flex; flex-direction:column; align-items:center; gap:20px;}
.preloader-name{display:flex; flex-direction:column;}
.pl-line{overflow:hidden;}
.pl-line span{
  display:inline-block; font-size:clamp(38px,7vw,84px); font-weight:800;
  letter-spacing:-0.02em; line-height:1.05; transform:translateY(115%);
}
.pl-line1 span{color:var(--bg);}
.pl-line2{align-self:flex-end; margin-top:-0.08em; margin-right:2%;}
.pl-line2 span{
  background:linear-gradient(90deg,#c9a6f5,#f0a8c8,#f5b98a);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
@media(max-width:680px){ .pl-line span{font-size:clamp(30px,10vw,52px);} }

.cursor-dot{
position:fixed; top:0; left:0; width:10px; height:10px; border-radius:50%;
background:var(--ink); pointer-events:none; z-index:9999; mix-blend-mode:difference;
transform:translate(-50%,-50%);
transition:width .25s var(--ease-out), height .25s var(--ease-out), opacity .2s;
opacity:0;
}
.cursor-dot.active{opacity:1;}
.cursor-dot.grow{width:56px; height:56px;}

header{
position:fixed; top:0; left:0; right:0; z-index:1000;
padding:26px 0;
transition:padding .4s var(--ease-out), background .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
header.scrolled{
padding:14px 0;
background:rgba(var(--bg-rgb),0.78);
backdrop-filter:blur(12px);
box-shadow:0 1px 0 var(--line);
}
nav{display:flex; align-items:center; justify-content:space-between;}
.logo{
font-weight:700; font-size:14px; letter-spacing:0.06em; text-transform:uppercase;
display:flex; align-items:center; gap:6px;
}
.logo .dot{width:5px; height:5px; border-radius:50%; background:var(--ink); display:inline-block;}
.nav-links{display:flex; align-items:center; gap:38px;}
.nav-links a{
font-size:12.5px; letter-spacing:0.07em; text-transform:uppercase; font-weight:500;
color:var(--ink-soft); position:relative; padding:4px 0;
}
.nav-links a::after{
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background:var(--ink);
transition:width .35s var(--ease-out);
}
.nav-links a:hover{color:var(--ink);}
.nav-links a:hover::after{width:100%;}
.btn{
display:inline-flex; align-items:center; gap:8px;
background:var(--ink); color:var(--bg);
font-size:12px; letter-spacing:0.06em; text-transform:uppercase; font-weight:600;
padding:13px 22px; border-radius:100px; border:none;
position:relative; overflow:hidden; isolation:isolate;
}
.btn span.ic{transition:transform .4s var(--ease-out);}
.btn:hover span.ic{transform:translate(3px,-3px);}
.btn-outline{
background:transparent; color:var(--ink); border:1px solid var(--line-strong);
}
.btn-outline:hover{background:var(--ink); color:var(--bg); border-color:var(--ink);}
.mobile-toggle{display:none; flex-direction:column; gap:5px; background:none; border:none; padding:6px;}
.mobile-toggle span{width:22px; height:1.5px; background:var(--ink); transition:transform .3s, opacity .3s;}

.mobile-menu{
position:fixed; inset:0; background:var(--bg); z-index:999;
display:flex; flex-direction:column; align-items:center; justify-content:center; gap:28px;
transform:translateY(-100%); transition:transform .5s var(--ease-out);
}
.mobile-menu.open{transform:translateY(0);}
.mobile-menu a{font-size:26px; font-weight:500;}

.eyebrow{
font-size:11.5px; letter-spacing:0.14em; text-transform:uppercase; font-weight:600;
color:var(--ink-soft); display:flex; align-items:center; gap:10px; margin-bottom:16px;
}
.eyebrow::before{content:''; width:16px; height:1px; background:var(--ink-soft);}
h2.section-title{
font-size:clamp(28px,3.4vw,42px); font-weight:600; line-height:1.15; letter-spacing:-0.01em;
}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:56px;}
.view-all{
font-size:12px; letter-spacing:0.06em; text-transform:uppercase; font-weight:600;
display:inline-flex; align-items:center; gap:8px; white-space:nowrap; padding-bottom:6px;
border-bottom:1px solid var(--line-strong);
}
.view-all span{transition:transform .35s var(--ease-out);}
.view-all:hover span{transform:translateX(4px);}

.hero{padding:170px 0 90px;}
.hero-grid{display:grid; grid-template-columns:1.15fr 1fr; gap:70px; align-items:center;}
.hero-left{position:relative;}
.side-dots{
position:absolute; left:-40px; top:6px; display:flex; flex-direction:column; gap:10px;
}
.side-dots span{width:5px; height:5px; border-radius:50%; background:var(--ink-faint);}
.side-dots span:first-child{background:var(--ink);}
.hero h1{
font-size:clamp(40px,5vw,64px); font-weight:600; line-height:1.08; letter-spacing:-0.02em;
margin:14px 0 24px;
}
.hero h1 .word{display:inline-block; overflow:hidden; vertical-align:top;}
.hero h1 .word span{display:inline-block;}
.hero p.lead{font-size:16px; color:var(--ink-soft); max-width:430px; line-height:1.7; margin-bottom:34px;}
.hero-cta-row{display:flex; align-items:center; gap:28px;}
.trust{display:flex; align-items:center; gap:12px;}
.avatars{display:flex;}
.avatars .av{
width:34px; height:34px; border-radius:50%; border:2px solid var(--bg);
margin-left:-10px; display:flex; align-items:center; justify-content:center;
font-size:11px; font-weight:700; color:#fff;
}
.avatars .av:first-child{margin-left:0;}
.trust small{font-size:12px; color:var(--ink-soft);}

.hero-right{position:relative;}
.hero-art{
position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:3/3.6;
background:#0e0e0e;
}
.hero-art canvas{width:100%; height:100%; display:block;}
.hero-badge{
position:absolute; right:-18px; bottom:-18px; background:var(--panel);
padding:18px 22px; border-radius:var(--radius-md); box-shadow:0 20px 40px -12px rgba(0,0,0,0.18);
min-width:130px;
}
.hero-badge .w{font-size:20px; font-weight:800;}
.hero-badge b{display:block; font-size:13px; font-weight:700; margin-top:6px;}
.hero-badge span{font-size:11px; color:var(--ink-soft);}
.vertical-label{
position:absolute; left:-190px; top:50%; transform:translateY(-50%) rotate(-90deg);
font-size:14.5px; letter-spacing:0.18em; text-transform:uppercase; color:var(--ink-faint);
white-space:nowrap; font-weight:600;
}

.about{background:var(--bg-alt); padding:120px 0;}
.about-grid{display:grid; grid-template-columns:0.8fr 1.2fr; gap:80px; align-items:center;}
.about-photo{position:relative; max-width:340px;}
.about-photo img{border-radius:var(--radius-lg); aspect-ratio:4/5; object-fit:cover;}
.exp-badge{
position:absolute; left:219px; bottom:49px; background:var(--ink); color:var(--bg);
padding:16px 20px; border-radius:var(--radius-md); width:130px;
}
.exp-badge .n{font-size:24px; font-weight:800;}
.exp-badge .l{font-size:11px; color:#c9c7c2; margin-top:2px;}
.signature{font-size:34px; margin-top:28px; color:var(--ink-soft); transform:rotate(-3deg);}
.about-text h3{font-size:clamp(24px,3vw,36px); font-weight:600; line-height:1.25; letter-spacing:-0.01em; margin-bottom:18px;}
.about-text p{color:var(--ink-soft); line-height:1.8; max-width:480px; margin-bottom:40px;}
.stat-row{display:flex; gap:56px;}
.stat .num{font-size:34px; font-weight:700; letter-spacing:-0.02em;}
.stat .lbl{font-size:12.5px; color:var(--ink-soft); margin-top:4px;}

.services{padding:130px 0;}
.service-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
.service-card{
background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-md);
padding:32px 26px; position:relative; overflow:hidden;
}
.service-card::before{
content:''; position:absolute; inset:0; border-radius:inherit; opacity:0;
background:radial-gradient(180px circle at var(--mx,50%) var(--my,50%), rgba(19,19,19,0.06), transparent 70%);
transition:opacity .3s;
}
.service-card:hover::before{opacity:1;}
.service-card .icn{
width:44px; height:44px; border-radius:12px; background:var(--bg-alt);
display:flex; align-items:center; justify-content:center; margin-bottom:26px;
transition:transform .4s var(--ease-out), background .4s;
}
.service-card:hover .icn{transform:translateY(-4px) rotate(-6deg); background:var(--ink);}
.service-card:hover .icn svg{stroke:var(--bg);}
.service-card .icn svg{width:20px; height:20px; stroke:var(--ink); transition:stroke .3s;}
.service-card h4{font-size:16.5px; font-weight:600; margin-bottom:10px;}
.service-card p{font-size:13.5px; color:var(--ink-soft); line-height:1.6;}

.awards{padding:0 0 130px;}
.award-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.award-card{
background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-md);
padding:34px 26px; text-align:center; transition:transform .4s var(--ease-out), box-shadow .4s;
}
.award-card:hover{transform:translateY(-6px); box-shadow:0 24px 40px -18px rgba(0,0,0,0.18);}
.award-card .laurel{font-size:11px; color:var(--ink-faint); margin-bottom:14px;}
.award-card .mark{font-size:24px; font-weight:800; margin-bottom:18px;}
.award-card .name{font-size:13.5px; font-weight:600;}
.award-card .date{font-size:11.5px; color:var(--ink-soft); margin-top:4px;}

.skills{padding:0 0 130px;}
.skills-grid{display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start;}
.skill-bars{display:flex; flex-direction:column; gap:26px;}
.skill-bar-top{display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; font-size:13.5px; font-weight:600;}
.skill-bar-top b{color:var(--ink-soft); font-weight:600;}
.skill-track{width:100%; height:6px; border-radius:4px; background:var(--bg-alt); overflow:hidden;}
.skill-fill{width:0%; height:100%; border-radius:4px; background:var(--ink);}
.skill-tags{display:flex; flex-wrap:wrap; align-content:flex-start; gap:10px;}
.skill-tags .tag{
  padding:10px 18px; border:1px solid var(--line-strong); border-radius:100px;
  font-size:12.5px; font-weight:500; color:var(--ink-soft);
  transition:transform .35s var(--ease-out), background .3s, color .3s, border-color .3s;
}
.skill-tags .tag:hover{background:var(--ink); color:var(--bg); border-color:var(--ink); transform:translateY(-3px);}

.experience{padding:0 0 130px;}
.experience-grid{display:grid; grid-template-columns:1fr 340px; gap:60px; align-items:start;}
.experience-visual{
  position:sticky; top:110px; height:460px; border-radius:var(--radius-lg); overflow:hidden;
  background:var(--bg-alt);
}
.experience-visual img{
  width:100%; height:100%; object-fit:cover; opacity:0; object-position: top;
}
.timeline{position:relative; padding-left:56px; max-width:820px;}
.timeline-line{position:absolute; left:9px; top:6px; bottom:6px; width:2px; background:var(--line);}
.timeline-progress{position:absolute; top:0; left:0; width:100%; height:0%; background:var(--ink); transform-origin:top;}
.timeline-item{position:relative; padding-bottom:64px;}
.timeline-item:last-child{padding-bottom:0;}
.timeline-dot{
  position:absolute; left:-56px; top:4px; width:20px; height:20px; border-radius:50%;
  background:var(--bg); border:2px solid var(--line-strong);
  display:flex; align-items:center; justify-content:center;
}
.timeline-dot::after{content:''; width:8px; height:8px; border-radius:50%; background:var(--ink-faint); transition:background .4s var(--ease-out), transform .4s var(--ease-out);}
.timeline-item.is-active .timeline-dot{border-color:var(--ink);}
.timeline-item.is-active .timeline-dot::after{background:var(--ink); transform:scale(1.15);}
.timeline-date{font-size:11.5px; letter-spacing:0.08em; text-transform:uppercase; font-weight:600; color:var(--ink-soft);}
.timeline-content h4{font-size:19px; font-weight:600; margin:8px 0 4px; letter-spacing:-0.01em;}
.timeline-company{font-size:13px; color:var(--ink-soft); display:block; margin-bottom:12px;}
.timeline-content p{font-size:13.5px; color:var(--ink-soft); line-height:1.7; max-width:520px;}

.education{padding:0 0 130px;}
.education-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:22px;}
.education-card{
background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-md);
padding:34px 26px; text-align:center; transition:transform .4s var(--ease-out), box-shadow .4s;
}
.education-card:hover{transform:translateY(-6px); box-shadow:0 24px 40px -18px rgba(0,0,0,0.18);}
.education-card .laurel{font-size:11px; color:var(--ink-faint); margin-bottom:14px;}
.education-card .mark{font-size:24px; font-weight:800; margin-bottom:18px;}
.education-card .name{font-size:13.5px; font-weight:600;}
.education-card .date{font-size:11.5px; color:var(--ink-soft); margin-top:4px;}

.work{padding:0 0 130px;}
.work-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.work-card{
border-radius:var(--radius-md); overflow:hidden; position:relative; aspect-ratio:1/1.05;
background:#111;
}
.work-card img{width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease-out);}
.work-card:hover img{transform:scale(1.08);}
.work-card .overlay{
position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.72) 100%);
}
.work-card .meta{
position:absolute; left:18px; right:18px; bottom:16px; display:flex; align-items:flex-end; justify-content:space-between;
color:#fff;
}
.work-card .meta h5{font-size:14.5px; font-weight:600;}
.work-card .meta small{font-size:11.5px; color:rgba(255,255,255,0.75); display:block; margin-top:2px;}
.work-card .arrow{
width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,0.16);
display:flex; align-items:center; justify-content:center; flex-shrink:0;
transition:transform .4s var(--ease-out), background .3s;
backdrop-filter:blur(6px);
}
.work-card:hover .arrow{transform:rotate(45deg); background:#fff;}
.work-card:hover .arrow svg{stroke:#111;}
.work-card .arrow svg{width:14px; height:14px; stroke:#fff; transition:stroke .3s;}

.testimonials{padding:0 0 130px;}
.test-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.test-card{
background:var(--panel); border:1px solid var(--line); border-radius:var(--radius-md);
padding:28px 24px; display:flex; flex-direction:column; justify-content:space-between; min-height:220px;
transition:transform .4s var(--ease-out), box-shadow .4s;
}
.test-card:hover{transform:translateY(-6px); box-shadow:0 24px 40px -18px rgba(0,0,0,0.16);}
.test-card .quote-mark{font-family:'Instrument Serif',serif; font-size:44px; color:var(--ink-faint); line-height:1;}
.test-card p{font-size:14px; line-height:1.65; color:var(--ink); margin-top:6px;}
.test-card .person{display:flex; align-items:center; gap:10px; margin-top:22px;}
.test-card .av{width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11.5px; font-weight:700; color:#fff;}
.test-card .person b{font-size:13px; display:block;}
.test-card .person small{font-size:11.5px; color:var(--ink-soft);}

.brands{padding:60px 0 130px;}
.marquee{overflow:hidden; position:relative; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.marquee-track{display:flex; gap:80px; width:max-content;}
.marquee-track span{
font-size:24px; font-weight:700; color:var(--ink-faint); display:flex; align-items:center; gap:10px;
white-space:nowrap; transition:color .3s;
}
.marquee-track span:hover{color:var(--ink);}

.contact{padding:0 0 110px;}
.contact-panel{
background:var(--ink); color:var(--bg); border-radius:32px; padding:80px 70px;
display:grid; grid-template-columns:1fr 1fr; gap:60px; position:relative; overflow:hidden;
}
.contact-panel::before{
content:''; position:absolute; width:500px; height:500px; border-radius:50%;
background:radial-gradient(circle, rgba(255,255,255,0.06), transparent 70%);
top:-200px; right:-150px; pointer-events:none;
}
.contact-left .eyebrow{color:rgba(246,245,242,0.65);}
.contact-left .eyebrow::before{background:rgba(246,245,242,0.65);}
.contact-left h3{font-size:clamp(26px,3.2vw,38px); font-weight:600; line-height:1.2; letter-spacing:-0.01em; margin-bottom:32px;}
.contact-left .btn{background:var(--bg); color:var(--ink); margin-bottom:20px;}
.contact-left .btn:hover{background:#fff;}
.contact-left .email{font-size:13.5px; color:rgba(246,245,242,0.7); text-decoration:underline; text-underline-offset:4px;}
.contact-left .tel{margin-top: 20px; font-size:13.5px; color:rgba(246,245,242,0.7); text-decoration:underline; text-underline-offset:4px;}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px;}
.field{
background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14); border-radius:12px;
padding:14px 16px;
}
.field input, .field select, .field textarea{
background:none; border:none; outline:none; color:var(--bg); font-family:inherit; font-size:13.5px; width:100%;
}
.field input::placeholder, .field textarea::placeholder{color:rgba(246,245,242,0.45);}
.field select option{color:#111;}
.field.textarea{margin-bottom:20px;}
.field.textarea textarea{resize:none; height:90px;}
.contact-right .send-btn{
width:100%; justify-content:center; background:var(--bg); color:var(--ink);
}
.contact-right .send-btn:hover{background:#fff;}
.form-status{font-size:12.5px; color:rgba(246,245,242,0.7); margin-top:12px; height:16px;}


footer{padding:36px 0;}
.footer-row{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px;}
.footer-row small{font-size:12px; color:var(--ink-soft);}
.footer-links{display:flex; gap:26px;}
.footer-links a{font-size:12px; color:var(--ink-soft); letter-spacing:0.04em;}
.footer-links a:hover{color:var(--ink);}

.reveal{opacity:0; transform:translateY(26px);}

/* ---------- responsive ---------- */
@media(max-width:1024px){
.wrap{padding:0 26px;}
.hero-grid{grid-template-columns:1fr; gap:50px;}
.hero-right{max-width:420px;}
.about-grid{grid-template-columns:1fr; gap:56px;}
.skills-grid{grid-template-columns:1fr; gap:40px;}
.service-grid{grid-template-columns:repeat(2,1fr);}
.award-grid{grid-template-columns:repeat(2,1fr);}
.work-grid{grid-template-columns:repeat(2,1fr);}
.test-grid{grid-template-columns:repeat(2,1fr);}
.contact-panel{grid-template-columns:1fr; padding:56px 34px;}
.side-dots, .vertical-label{display:none;}
.experience-grid{grid-template-columns:1fr;}
.experience-visual{display:none;}
}
@media(max-width:680px){
.nav-links, .trust{display:none;}
.mobile-toggle{display:flex;}
.about-photo{max-width:100vw;}
.exp-badge{width:100%; position: static ; margin-top: 20px ;
}
.hero{padding:130px 0 120px;}
.section-head{flex-direction:column; align-items:flex-start; gap:16px; margin-bottom:40px;}
.service-grid, .award-grid, .work-grid, .test-grid, .education-grid{grid-template-columns:1fr;}
.form-row{grid-template-columns:1fr;}
.stat-row{gap:32px; flex-wrap:wrap;}
.contact-panel{padding:42px 22px;}
.cursor-dot{display:none;}
}
/* ---------- all-projects page ---------- */
.nav-links a.active{color:var(--ink);}
.nav-links a.active::after{width:100%;}

.projects-hero{padding:170px 0 40px;}
.projects-hero h1{
  font-size:clamp(40px,6.5vw,84px); font-weight:700; line-height:1.05; letter-spacing:-0.02em;
  margin:16px 0 30px;
}
.projects-hero h1 .word{display:inline-block; overflow:hidden; vertical-align:top;}
.projects-hero h1 .word span{display:inline-block;}
.projects-meta{display:flex; flex-wrap:wrap; gap:28px; font-size:13px; color:var(--ink-soft);}
.projects-meta span{position:relative; padding-left:28px;}
.projects-meta span:first-child{padding-left:0;}
.projects-meta span::before{content:''; position:absolute; left:12px; top:50%; transform:translateY(-50%); width:4px; height:4px; border-radius:50%; background:var(--ink-faint);}
.projects-meta span:first-child::before{display:none;}

.projects-filter-wrap{padding:20px 0 60px;}
.filter-tabs{display:flex; gap:10px; flex-wrap:wrap;}
.filter-tab{
  background:transparent; border:1px solid var(--line-strong); color:var(--ink-soft);
  padding:10px 20px; border-radius:100px; font-size:12.5px; font-weight:600;
  letter-spacing:0.03em; transition:background .3s, color .3s, border-color .3s;
}
.filter-tab:hover{border-color:var(--ink);}
.filter-tab.active{background:var(--ink); color:var(--bg); border-color:var(--ink);}

.projects-list-section{padding:0 0 120px;}
.project-grid{max-width:1280px; display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.project-card{
  position:relative; display:block; border-radius:var(--radius-md); overflow:hidden;
  background:var(--panel); border:1px solid var(--line);
}
.project-card-media{aspect-ratio:4/3.1; overflow:hidden; background:#111;}
.project-card-media img{width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease-out);}
.project-card:hover .project-card-media img{transform:scale(1.08);}
.project-card-body{padding:22px 22px 26px;}
.project-card-title{font-size:19px; font-weight:600; letter-spacing:-0.01em; margin-bottom:12px;}
.project-card-tags{display:flex; flex-wrap:wrap; gap:8px;}
.project-card-tags .tag{
  padding:6px 14px; border:1px solid var(--line-strong); border-radius:100px;
  font-size:11.5px; font-weight:600; color:var(--ink-soft);
}
.project-card-arrow{
  position:absolute; top:16px; right:16px; width:38px; height:38px; border-radius:50%;
  background:rgba(255,255,255,0.9); backdrop-filter:blur(6px);
  display:flex; align-items:center; justify-content:center;
  opacity:0; transform:translateY(-8px) rotate(0deg); transition:opacity .35s var(--ease-out), transform .4s var(--ease-out);
}
.project-card:hover .project-card-arrow{opacity:1; transform:translateY(0) rotate(45deg);}
.project-card-arrow svg{width:15px; height:15px; stroke:var(--ink);}
.project-card.is-hidden{display:none;}

@media(max-width:1024px){
  .project-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:680px){
  .project-grid{grid-template-columns:1fr;}
}

@media (prefers-reduced-motion: reduce){
*{animation-duration:0.001ms !important; transition-duration:0.001ms !important;}
}